View Source GoogleApi.AppEngine.V1.Model.GceTag (google_api_app_engine v0.42.0)

For use only by GCE. GceTag is a wrapper around the GCE administrative tag with parent info.

Attributes

  • parent (type: list(String.t), default: nil) - The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported.
  • tag (type: String.t, default: nil) - The administrative_tag name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.GceTag{
  parent: [String.t()] | nil,
  tag: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.