View Source GoogleApi.APIM.V1alpha.Model.ListObservationSourcesResponse (google_api_apim v0.3.0)
Message for response to listing ObservationSources
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
observationSources
(type:list(GoogleApi.APIM.V1alpha.Model.ObservationSource.t)
, default:nil
) - The ObservationSource from the specified project and location. -
unreachable
(type:list(String.t)
, default:nil
) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.ListObservationSourcesResponse{ nextPageToken: String.t() | nil, observationSources: [GoogleApi.APIM.V1alpha.Model.ObservationSource.t()] | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.