Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.29 KB

File metadata and controls

46 lines (39 loc) · 1.29 KB

AppleReq

petstore_api.components.schema.apple_req

type: schemas.Schema

validate method

Input Type Return Type Notes
AppleReqDictInput, AppleReqDict AppleReqDict

AppleReqDictInput

type: typing.TypedDict
Key Type Description Notes
cultivar str
mealy bool [optional]

AppleReqDict

base class: schemas.immutabledict[str, typing.Union[
    bool,
    str,
]]

__new__ method

Keyword Argument Type Description Notes
cultivar str
mealy bool, schemas.Unset [optional]

properties

Property Type Description Notes
cultivar str
mealy bool, schemas.Unset [optional]

methods

Method Input Type Return Type Notes
from_dict_ AppleReqDictInput, AppleReqDict AppleReqDict a constructor

[Back to top] [Back to Component Schemas] [Back to README]