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