google_api_sheets v0.0.2 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 ([DataFilter]): All filters matching the returned developer metadata. Defaults to: null.
  • developerMetadata (DeveloperMetadata): The developer metadata matching the specified filters. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata{
  dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()],
  developerMetadata: GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()
}