Class GoogleCloudSecuritycenterV1p1beta1Resource
Inheritance
GoogleCloudSecuritycenterV1p1beta1Resource
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1p1beta1Resource : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Folders
Declaration
[JsonProperty("folders")]
public virtual IList<GoogleCloudSecuritycenterV1p1beta1Folder> Folders { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Parent
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
ParentDisplayName
Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Project
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
ProjectDisplayName
Declaration
[JsonProperty("projectDisplayName")]
public virtual string ProjectDisplayName { get; set; }
Property Value
Implements