Class CreateResourceValueConfigRequest
Inheritance
CreateResourceValueConfigRequest
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class CreateResourceValueConfigRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
ResourceValueConfig
Declaration
[JsonProperty("resourceValueConfig")]
public virtual GoogleCloudSecuritycenterV1ResourceValueConfig ResourceValueConfig { get; set; }
Property Value
Implements