Class GroupAssetsResponse
Inheritance
GroupAssetsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GroupAssetsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
GroupByResults
Declaration
[JsonProperty("groupByResults")]
public virtual IList<GroupResult> GroupByResults { get; set; }
Property Value
NextPageToken
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
ReadTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ReadTimeDateTimeOffset instead.")]
public virtual object ReadTime { get; set; }
Property Value
ReadTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ReadTimeDateTimeOffset { get; set; }
Property Value
ReadTimeRaw
Declaration
[JsonProperty("readTime")]
public virtual string ReadTimeRaw { get; set; }
Property Value
Implements