class Google::Apis::SheetsV4::DeveloperMetadata
metadata is deleted too.
associated with (what is now row 6). If the associated object is deleted its
5, that original metadata will still be associated with the row it was first
associated with row 5 and another row is then subsequently inserted above row
around and the spreadsheet is edited. For example, if developer metadata is
of a spreadsheet and will remain associated at those locations as they move
Developer metadata may be used to associate arbitrary data with various parts
Developer metadata associated with a location or object in a spreadsheet.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @location = args[:location] if args.key?(:location) @metadata_id = args[:metadata_id] if args.key?(:metadata_id) @metadata_key = args[:metadata_key] if args.key?(:metadata_key) @metadata_value = args[:metadata_value] if args.key?(:metadata_value) @visibility = args[:visibility] if args.key?(:visibility) end