petstore_api.components.schema.address
type: schemas.Schema
Input Type | Return Type | Notes |
---|---|---|
AddressDictInput, AddressDict | AddressDict |
type: typing.Mapping[
str,
int,
]
Key | Type | Description | Notes |
---|---|---|---|
any_string_name | int | any string name can be used but the value must be the correct type | [optional] |
base class: schemas.immutabledict[str, int]
Keyword Argument | Type | Description | Notes |
---|---|---|---|
kwargs | int | any string name can be used but the value must be the correct type | [optional] typed value is accessed with the get_additional_property_ method |
Method | Input Type | Return Type | Notes |
---|---|---|---|
from_dict_ | AddressDictInput, AddressDict | AddressDict | a constructor |
get_additional_property_ | str | int, schemas.Unset | provides type safety for additional properties |