Class GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata
Inheritance
GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata
Assembly: Google.Apis.DataLabeling.v1beta1.dll
public class GoogleCloudDatalabelingV1beta1FeedbackThreadMetadata : IDirectResponseSchema
Properties
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
When the thread is created
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastUpdateTimeDateTimeOffset instead.")]
public virtual object LastUpdateTime { get; set; }
Property Value
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastUpdateTimeDateTimeOffset { get; set; }
Property Value
When the thread is last updated.
Declaration
[JsonProperty("lastUpdateTime")]
public virtual string LastUpdateTimeRaw { get; set; }
Property Value
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
An image thumbnail of this thread.
Declaration
[JsonProperty("thumbnail")]
public virtual string Thumbnail { get; set; }
Property Value
Implements