Class UpdateRegistrationRequest (0.2.3)

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

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

Fields of the Registration to update.

:type: google.cloud.domains_v1beta1.types.Registration

Attribute

NameDescription
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 labels are being updated, the update_mask would be "labels".