Class Parameter (1.9.2)

Parameter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Definition for extended entitlement parameters.

Attributes

NameDescription
name str
Name of the parameter.
value google.cloud.channel_v1.types.Value
Value of the parameter.
editable bool
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.

Inheritance

builtins.object > proto.message.Message > Parameter