GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata (google_api_sheets v0.28.1) View Source
A developer metadata entry and the data filters specified in the original request that matched it.
Attributes
-
dataFilters
(type:list(GoogleApi.Sheets.V4.Model.DataFilter.t)
, default:nil
) - All filters matching the returned developer metadata. -
developerMetadata
(type:GoogleApi.Sheets.V4.Model.DeveloperMetadata.t
, default:nil
) - The developer metadata matching the specified filters.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata{ dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()] | nil, developerMetadata: GoogleApi.Sheets.V4.Model.DeveloperMetadata.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.