Class Container
public class Container
- Inheritance
-
objectContainer
Properties
CreatedAt
Required. Unix timestamp (in seconds) when the container was created.
public int CreatedAt { get; set; }
Property Value
- int
ExpiresAfter
Required. The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.
public ExpiresAfter ExpiresAfter { get; set; }
Property Value
Id
Required. Unique identifier for the container.
public string Id { get; set; }
Property Value
- string
Name
Required. Name of the container.
public string Name { get; set; }
Property Value
- string
ObjectType
Required. The type of this object.
public string ObjectType { get; set; }
Property Value
- string
Status
Required. Status of the container (e.g., active, deleted).
public string Status { get; set; }
Property Value
- string