google_api_apigee v0.2.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Alias View Source

A reference to a certificate or key, certificate pair.

Attributes

  • alias (type: String.t, default: nil) - The resource ID for this alias. Values must match regular expression [^/]{1,255}.
  • certsInfo (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t, default: nil) - The chain of certificates under this alias.
  • type (type: String.t, default: nil) - The type of alias.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Alias{
  alias: String.t(),
  certsInfo: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.