Show / Hide Table of Contents

Class ObjectAccessControl.ProjectTeamData

The project team associated with the entity, if any.

Inheritance
object
ObjectAccessControl.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 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
In this article
Back to top Generated by DocFX