Class GoogleCloudSecuritycenterV2IssueSecurityContextContext
Inheritance
GoogleCloudSecuritycenterV2IssueSecurityContextContext
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueSecurityContextContext : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Values
Declaration
[JsonProperty("values")]
public virtual IList<string> Values { get; set; }
Property Value
Implements