Show / Hide Table of Contents

Class Folder.PendingRenameInfoData

Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.

Inheritance
object
Folder.PendingRenameInfoData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Folder.PendingRenameInfoData

Properties

OperationId

The ID of the rename folder operation.

Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX