Class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Inheritance
GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Key
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual int? Value { get; set; }
Property Value
Implements