Class CreateFolderMetadata
Metadata pertaining to the Folder creation process.
Implements
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v2.Data
Assembly: Google.Apis.CloudResourceManager.v2.dll
Syntax
public class CreateFolderMetadata : IDirectResponseSchema
Properties
DisplayName
The display name of the folder.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The resource name of the folder or organization we are creating the folder under.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |