View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest (google_api_drive_labels v0.2.0)
Updates a Label Permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
Attributes
-
labelPermission
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t
, default:nil
) - Required. The permission to create or update on the Label. -
parent
(type:String.t
, default:nil
) - Required. The parent Label resource name. -
useAdminAccess
(type:boolean()
, default:nil
) - Set totrue
in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest{ labelPermission: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LabelPermission.t() | nil, parent: String.t() | nil, useAdminAccess: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.