Class ObjectAccessControl.ProjectTeamData
The project team associated with the entity, if any.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class ObjectAccessControl.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 |