Show / Hide Table of Contents

Class Bucket.OwnerData

The owner of the bucket. This is always the project team's owner group.

Inheritance
System.Object
Bucket.OwnerData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class OwnerData

Properties

Entity

The entity, in the form project-owner-projectId.

Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type Description
System.String

EntityId

The ID for the entity.

Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top