View Source GoogleApi.Sheets.V4.Model.SearchDeveloperMetadataResponse (google_api_sheets v0.34.0)
A reply to a developer metadata search request.
Attributes
-
matchedDeveloperMetadata
(type:list(GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata.t)
, default:nil
) - The metadata matching the criteria of the search request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.SearchDeveloperMetadataResponse{ matchedDeveloperMetadata: [GoogleApi.Sheets.V4.Model.MatchedDeveloperMetadata.t()] | nil }