View Source GoogleApi.APIM.V1alpha.Model.ListApiObservationsResponse (google_api_apim v0.3.0)
Message for response to listing ApiObservations
Attributes
-
apiObservations
(type:list(GoogleApi.APIM.V1alpha.Model.ApiObservation.t)
, default:nil
) - The ApiObservation from the specified project and location and ObservationJobs. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.ListApiObservationsResponse{ apiObservations: [GoogleApi.APIM.V1alpha.Model.ApiObservation.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.