View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Parameter (google_api_cloud_channel v0.4.0)
Definition for extended entitlement parameters.
Attributes
-
editable
(type:boolean()
, default:nil
) - Output only. Specifies whether this parameter is allowed to be changed. For example, for a Google Workspace Business Starter entitlement in commitment plan, num_units is editable when entitlement is active. -
name
(type:String.t
, default:nil
) - Name of the parameter. -
value
(type:GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Value.t
, default:nil
) - Value of the parameter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Parameter{ editable: boolean() | nil, name: String.t() | nil, value: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1Value.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.