verify_dsp_block_url_response_all_of_block module#

class edgeimpulse_api.models.verify_dsp_block_url_response_all_of_block.VerifyDspBlockUrlResponseAllOfBlock(
*,
title: StrictStr,
author: StrictStr,
description: StrictStr,
name: StrictStr,
latestImplementationVersion: StrictInt,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
author: StrictStr#
description: StrictStr#
classmethod from_dict(
obj: dict,
) VerifyDspBlockUrlResponseAllOfBlock[source]#

Create an instance of VerifyDspBlockUrlResponseAllOfBlock from a dict

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

Create an instance of VerifyDspBlockUrlResponseAllOfBlock from a JSON string

latest_implementation_version: StrictInt#
name: StrictStr#
title: StrictStr#
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