Class BucketAccessControl.ProjectTeamData
The project team associated with the entity, if any.
Inheritance
object
BucketAccessControl.ProjectTeamData
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 BucketAccessControl.ProjectTeamData
Properties
ProjectNumber
The project number.
Declaration
[JsonProperty("projectNumber")]
public virtual string ProjectNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
Team
The team.
Declaration
[JsonProperty("team")]
public virtual string Team { get; set; }
Property Value
Type | Description |
---|---|
string |