Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1p1beta1Resource

Inheritance
object
GoogleCloudSecuritycenterV1p1beta1Resource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV1p1beta1Resource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Folders

Declaration
[JsonProperty("folders")]
public virtual IList<GoogleCloudSecuritycenterV1p1beta1Folder> Folders { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV1p1beta1Folder>

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Parent

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

ParentDisplayName

Declaration
[JsonProperty("parentDisplayName")]
public virtual string ParentDisplayName { get; set; }
Property Value
Type Description
string

Project

Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type Description
string

ProjectDisplayName

Declaration
[JsonProperty("projectDisplayName")]
public virtual string ProjectDisplayName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX