google_api_sheets v0.24.1 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

Specs

t() :: %GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata{
  dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()],
  developerMetadata: GoogleApi.Sheets.V4.Model.DeveloperMetadata.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.