Class ConfigureManagementSettingsRequest (0.2.3)

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

Request for the ConfigureManagementSettings method. .. attribute:: registration

Required. The name of the Registration whose management settings are being updated, in the format projects/*/locations/*/registrations/*.

:type: str

Attributes

NameDescription
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 would be "transfer_lock_state".