Show / Hide Table of Contents

Class FolderOperation

Metadata describing a long running folder operation

Inheritance
object
FolderOperation
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.CloudResourceManager.v2beta1.Data
Assembly: Google.Apis.CloudResourceManager.v2beta1.dll
Syntax
public class FolderOperation : IDirectResponseSchema

Properties

DestinationParent

The resource name of the folder or organization we are either creating the folder under or moving the folder to.

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

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

OperationType

The type of this operation.

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

SourceParent

The resource name of the folder's parent. Only applicable when the operation_type is MOVE.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX