Class Permission.TeamDrivePermissionDetailsData
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
Deprecated - use permissionDetails/additionalRoles instead.
Declaration
[JsonProperty("additionalRoles")]
public virtual IList<string> AdditionalRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><string> |
Inherited
Deprecated - use permissionDetails/inherited instead.
Declaration
[JsonProperty("inherited")]
public virtual bool? Inherited { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
InheritedFrom
Deprecated - use permissionDetails/inheritedFrom instead.
Declaration
[JsonProperty("inheritedFrom")]
public virtual string InheritedFrom { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Role
Deprecated - use permissionDetails/role instead.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TeamDrivePermissionType
Deprecated - use permissionDetails/permissionType instead.
Declaration
[JsonProperty("teamDrivePermissionType")]
public virtual string TeamDrivePermissionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |