Class About.AdditionalRoleInfoData.RoleSetsData
The supported additional roles per primary role.
Inheritance
object
About.AdditionalRoleInfoData.RoleSetsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Drive.v2.Data
Assembly: Google.Apis.Drive.v2.dll
Syntax
public class About.AdditionalRoleInfoData.RoleSetsData
Properties
AdditionalRoles
The supported additional roles with the primary role.
Declaration
[JsonProperty("additionalRoles")]
public virtual IList<string> AdditionalRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |
PrimaryRole
A primary permission role.
Declaration
[JsonProperty("primaryRole")]
public virtual string PrimaryRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |