View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation (google_api_apigee v0.46.0)

Represents the pairing of REST resource path and the actions (verbs) allowed on the resource path.

Attributes

  • methods (type: list(String.t), default: nil) - methods refers to the REST verbs as in https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html. When none specified, all verb types are allowed.
  • resource (type: String.t, default: nil) - Required. REST resource path associated with the API proxy or remote service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Operation{
  methods: [String.t()] | nil,
  resource: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.