Show / Hide Table of Contents

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
IList<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
In this article
Back to top Generated by DocFX