Show / Hide Table of Contents

Class Permission.TeamDrivePermissionDetailsData

Output only. Deprecated: Use permissionDetails instead.

Inheritance
object
Permission.TeamDrivePermissionDetailsData
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 Permission.TeamDrivePermissionDetailsData

Properties

AdditionalRoles

Output only. Deprecated: Use permissionDetails/additionalRoles instead.

Declaration
[JsonProperty("additionalRoles")]
public virtual IList<string> AdditionalRoles { get; set; }
Property Value
Type Description
IList<string>

Inherited

Output only. Deprecated: Use permissionDetails/inherited instead.

Declaration
[JsonProperty("inherited")]
public virtual bool? Inherited { get; set; }
Property Value
Type Description
bool?

InheritedFrom

Output only. Deprecated: Use permissionDetails/inheritedFrom instead.

Declaration
[JsonProperty("inheritedFrom")]
public virtual string InheritedFrom { get; set; }
Property Value
Type Description
string

Role

Output only. Deprecated: Use permissionDetails/role instead.

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string

TeamDrivePermissionType

Output only. Deprecated: Use permissionDetails/permissionType instead.

Declaration
[JsonProperty("teamDrivePermissionType")]
public virtual string TeamDrivePermissionType { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX