Class About.AdditionalRoleInfoData
Information about supported additional roles per file type. The most specific type takes precedence.
Inheritance
object
About.AdditionalRoleInfoData
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
Properties
RoleSets
The supported additional roles per primary role.
Declaration
[JsonProperty("roleSets")]
public virtual IList<About.AdditionalRoleInfoData.RoleSetsData> RoleSets { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><About.AdditionalRoleInfoData.RoleSetsData> |
Type
The content type that this additional role info applies to.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |