class edgeimpulse_api.models.third_party_auth.ThirdPartyAuth(
**data: Any
)
Config
The type of the None singleton.
created: datetime.datetime
The type of the None singleton.
description: pydantic.types.StrictStr
The type of the None singleton.
domains: List[pydantic.types.StrictStr]
The type of the None singleton.
id: pydantic.types.StrictInt
The type of the None singleton.
logo: pydantic.types.StrictStr
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.third_party_auth.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.third_party_auth.ThirdPartyAuth
edgeimpulse_api.models.third_party_auth.from_json(
json_str: str
) ‑> edgeimpulse_api.models.third_party_auth.ThirdPartyAuth
edgeimpulse_api.models.third_party_auth.to_dict(
self
)
edgeimpulse_api.models.third_party_auth.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.third_party_auth.to_str(
self
) ‑> str