Show / Hide Table of Contents

Class GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector

Selector containing Cloud Resource Manager resource hierarchy nodes.

Inheritance
object
GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector
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.OSConfig.v2.Data
Assembly: Google.Apis.OSConfig.v2.dll
Syntax
public class GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IncludedFolders

Optional. Names of the folders in scope. Format: folders/{folder_id}

Declaration
[JsonProperty("includedFolders")]
public virtual IList<string> IncludedFolders { get; set; }
Property Value
Type Description
IList<string>

IncludedProjects

Optional. Names of the projects in scope. Format: projects/{project_number}

Declaration
[JsonProperty("includedProjects")]
public virtual IList<string> IncludedProjects { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX