Class BatchCreateResourceValueConfigsResponse
Inheritance
BatchCreateResourceValueConfigsResponse
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class BatchCreateResourceValueConfigsResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ResourceValueConfigs
Declaration
[JsonProperty("resourceValueConfigs")]
public virtual IList<GoogleCloudSecuritycenterV1ResourceValueConfig> ResourceValueConfigs { get; set; }
Property Value
Implements