View Source GoogleApi.ApigeeRegistry.V1.Model.TagApiSpecRevisionRequest (google_api_apigee_registry v0.4.0)

Request message for TagApiSpecRevision.

Attributes

  • tag (type: String.t, default: nil) - Required. The tag to apply. The tag should be at most 40 characters, and match a-z{3,39}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ApigeeRegistry.V1.Model.TagApiSpecRevisionRequest{
  tag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.