View Source GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DisableLabelRequest (google_api_drive_labels v0.2.0)
Request to deprecate a published Label.
Attributes
-
disabledPolicy
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t
, default:nil
) - Disabled policy to use. -
languageCode
(type:String.t
, default:nil
) - The BCP-47 language code to use for evaluating localized field labels. When not specified, values in the default configured language will be used. -
updateMask
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootdisabled_policy
is implied and should not be specified. A single*
can be used as short-hand for updating every field. -
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. -
writeControl
(type:GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2WriteControl.t
, default:nil
) - Provides control over how write requests are executed. Defaults to unset, which means last write wins.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2DisableLabelRequest{ disabledPolicy: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2LifecycleDisabledPolicy.t() | nil, languageCode: String.t() | nil, updateMask: String.t() | nil, useAdminAccess: boolean() | nil, writeControl: GoogleApi.DriveLabels.V2.Model.GoogleAppsDriveLabelsV2WriteControl.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.