list_api_keys_response_all_of_api_keys module#

class edgeimpulse_api.models.list_api_keys_response_all_of_api_keys.ListApiKeysResponseAllOfApiKeys(
*,
id: StrictInt,
apiKey: StrictStr,
isDevelopmentKey: StrictBool,
name: StrictStr,
created: datetime,
role: StrictStr,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
api_key: StrictStr#
created: datetime#
classmethod from_dict(
obj: dict,
) ListApiKeysResponseAllOfApiKeys[source]#

Create an instance of ListApiKeysResponseAllOfApiKeys from a dict

classmethod from_json(
json_str: str,
) ListApiKeysResponseAllOfApiKeys[source]#

Create an instance of ListApiKeysResponseAllOfApiKeys from a JSON string

id: StrictInt#
is_development_key: StrictBool#
name: StrictStr#
role: StrictStr#
classmethod role_validate_enum(v)[source]#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias