Class Permission.TeamDrivePermissionDetailsData
Output only. Deprecated: Output only. Use permissionDetails
instead.
Inherited Members
Namespace: Google.Apis.Drive.v3.Data
Assembly: Google.Apis.Drive.v3.dll
Syntax
public class Permission.TeamDrivePermissionDetailsData
Properties
Inherited
Deprecated: Output only. Use permissionDetails/inherited
instead.
Declaration
[JsonProperty("inherited")]
public virtual bool? Inherited { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InheritedFrom
Deprecated: Output only. Use permissionDetails/inheritedFrom
instead.
Declaration
[JsonProperty("inheritedFrom")]
public virtual string InheritedFrom { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
Deprecated: Output only. Use permissionDetails/role
instead.
Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type | Description |
---|---|
string |
TeamDrivePermissionType
Deprecated: Output only. Use permissionDetails/permissionType
instead.
Declaration
[JsonProperty("teamDrivePermissionType")]
public virtual string TeamDrivePermissionType { get; set; }
Property Value
Type | Description |
---|---|
string |