Class About.AdditionalRoleInfoData
Information about supported additional roles per file type. The most specific type takes precedence.
Inherited Members
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 |