ConfigureManagementSettingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request for the ConfigureManagementSettings
method.
Attributes |
|
---|---|
Name | Description |
registration |
str
Required. The name of the Registration whose management
settings are being updated, in the format
projects/*/locations/*/registrations/* .
|
management_settings |
google.cloud.domains_v1beta1.types.ManagementSettings
Fields of the ManagementSettings to update.
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. The field mask describing which fields to update as a comma-separated list. For example, if only the transfer lock is being updated, the update_mask is
"transfer_lock_state" .
|