Class ConfigureManagementSettingsRequest (0.1.0)

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

Request for the ConfigureManagementSettings method.

Attributes

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