Class QuotaFrameVersionModel
This model is used to query survey quota frame versions.
public class QuotaFrameVersionModel
- Inheritance
-
QuotaFrameVersionModel
- Inherited Members
Properties
ETag
The version of the quota frame
[JsonProperty("ETag", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ETag { get; set; }
Property Value
Id
The unique identifier for a quota frame version
[JsonProperty("Id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
PublishedDate
The timestamp for when the quota frame was published
[JsonProperty("PublishedDate", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public DateTimeOffset PublishedDate { get; set; }