update_organization_request
edgeimpulse_api v1.0.0
edgeimpulse_api.models.update_organization_request module
class edgeimpulse_api.models.update_organization_request.UpdateOrganizationRequest(*, logo: Optional[StrictStr] = None, headerImg: Optional[StrictStr] = None, name: Optional[StrictStr] = None, experiments: Optional[List[StrictStr]] = None, readme: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
experiments(: Optional[List[StrictStr] )
classmethod from_dict(obj: dict)Create an instance of UpdateOrganizationRequest from a dict
classmethod from_json(json_str: str)Create an instance of UpdateOrganizationRequest from a JSON string
header_img(: Optional[StrictStr )
logo(: Optional[StrictStr )
name(: Optional[StrictStr )
readme(: Optional[StrictStr )
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
Previousupdate_organization_portal_response_all_ofNextupdate_organization_transfer_learning_block_request
Last updated
Was this helpful?