project_collaborator
edgeimpulse_api v1.0.0
edgeimpulse_api.models.project_collaborator module
class edgeimpulse_api.models.project_collaborator.ProjectCollaborator(*, id: StrictInt, username: StrictStr, name: StrictStr, photo: Optional[StrictStr] = None, created: datetime, lastSeen: Optional[datetime] = None, staffInfo: StaffInfo, pending: StrictBool, lastTosAcceptanceDate: Optional[datetime] = None, jobTitle: Optional[StrictStr] = None, isOwner: StrictBool)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
created(: datetim )
classmethod from_dict(obj: dict)Create an instance of ProjectCollaborator from a dict
classmethod from_json(json_str: str)Create an instance of ProjectCollaborator from a JSON string
id(: StrictIn )
is_owner(: StrictBoo )
job_title(: Optional[StrictStr )
last_seen(: Optional[datetime )
last_tos_acceptance_date(: Optional[datetime )
name(: StrictSt )
pending(: StrictBoo )
photo(: Optional[StrictStr )
staff_info(_: StaffInfo
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
username(: StrictSt )
Last updated
Was this helpful?