UpdateFolderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request sent to the UpdateFolder method.
Only the display_name field can be changed. All other fields
will be ignored. Use the
MoveFolder
method to change the parent field.
Attributes |
|
|---|---|
| Name | Description |
folder |
google.cloud.resourcemanager_v3.types.Folder
Required. The new definition of the Folder. It must include the name field, which cannot be changed.
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Fields to be updated. Only the display_name
can be updated.
|