Show / Hide Table of Contents

Class GcpMetadata

Inheritance
object
GcpMetadata
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 GcpMetadata : 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<GoogleCloudSecuritycenterV2Folder> Folders { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Folder>

Organization

Declaration
[JsonProperty("organization")]
public virtual string Organization { 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