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