View Source GoogleApi.Sheets.V4.Model.UpdateDeveloperMetadataRequest (google_api_sheets v0.34.0)
A request to update properties of developer metadata. Updates the properties of the developer metadata selected by the filters to the values provided in the DeveloperMetadata resource. Callers must specify the properties they wish to update in the fields parameter, as well as specify at least one DataFilter matching the metadata they wish to update.
Attributes
-
dataFilters
(type:list(GoogleApi.Sheets.V4.Model.DataFilter.t)
, default:nil
) - The filters matching the developer metadata entries to update. -
developerMetadata
(type:GoogleApi.Sheets.V4.Model.DeveloperMetadata.t
, default:nil
) - The value that all metadata matched by the data filters will be updated to. -
fields
(type:String.t
, default:nil
) - The fields that should be updated. At least one field must be specified. The rootdeveloperMetadata
is implied and should not be specified. A single"*"
can be used as short-hand for listing every field.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.UpdateDeveloperMetadataRequest{ dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()] | nil, developerMetadata: GoogleApi.Sheets.V4.Model.DeveloperMetadata.t() | nil, fields: String.t() | nil }