class Google::Apis::SheetsV4::UpdateDeveloperMetadataRequest
matching the metadata they wish to update.
to update in the fields parameter, as well as specify at least one DataFilter
the DeveloperMetadata resource. Callers must specify the properties they wish
of the developer metadata selected by the filters to the values provided in
A request to update properties of developer metadata. Updates the properties
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @data_filters = args[:data_filters] if args.key?(:data_filters) @developer_metadata = args[:developer_metadata] if args.key?(:developer_metadata) @fields = args[:fields] if args.key?(:fields) end