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