View Source GoogleApi.APIM.V1alpha.Model.EditTagsApiObservationsRequest (google_api_apim v0.3.0)

Message for requesting edit tags for ApiObservation

Attributes

  • apiObservationId (type: String.t, default: nil) - Required. Identifier of ApiObservation need to be edit tags Format example: "apigee.googleapis.com|us-west1|443"
  • tagActions (type: list(GoogleApi.APIM.V1alpha.Model.TagAction.t), default: nil) - Required. Tag actions to be applied

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.APIM.V1alpha.Model.EditTagsApiObservationsRequest{
  apiObservationId: String.t() | nil,
  tagActions: [GoogleApi.APIM.V1alpha.Model.TagAction.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.