View Source GoogleApi.APIM.V1alpha.Model.BatchEditTagsApiObservationsRequest (google_api_apim v0.3.0)
Message for requesting batch edit tags for ApiObservations
Attributes
-
requests
(type:list(GoogleApi.APIM.V1alpha.Model.EditTagsApiObservationsRequest.t)
, default:nil
) - Required. The request message specifying the resources to update. A maximum of 1000 apiObservations can be modified in a batch.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.APIM.V1alpha.Model.BatchEditTagsApiObservationsRequest{ requests: [GoogleApi.APIM.V1alpha.Model.EditTagsApiObservationsRequest.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.