Class Object.OwnerData
The owner of the object. This will always be the uploader of the object.
Inheritance
object
Object.OwnerData
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 Object.OwnerData
Properties
Entity
The entity, in the form user-userId.
Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityId
The ID for the entity.
Declaration
[JsonProperty("entityId")]
public virtual string EntityId { get; set; }
Property Value
Type | Description |
---|---|
string |