google_api_sheets v0.15.0 GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata{
dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()],
developerMetadata: GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.