Client
            Client
    Client representation in pydantic schema.
            id
  
      class-attribute
      instance-attribute
  
id: str = Field(description='Unique identifier for the client', examples=['client-2c6059be-0f91-4cb8-aa1a-512cd10a66b5'], title='Client ID')
            created
  
      class-attribute
      instance-attribute
  
created: datetime = Field(description='Date and time when the file was created. This will be in UTC.', examples=['2021-08-04T15:00:00.000Z'], title='Client creation date')
            name
  
      class-attribute
      instance-attribute
  
name: str = Field(description='Client name associated at the time of creation', examples=['MyAwesomeCompany'], title='Client name')