Class GoogleCloudSecuritycenterV2HttpResponse
Inheritance
GoogleCloudSecuritycenterV2HttpResponse
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2HttpResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Path
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
StatusCode
Declaration
[JsonProperty("statusCode")]
public virtual string StatusCode { get; set; }
Property Value
Implements