View Source GoogleApi.Connectors.V1.Model.Resource (google_api_connectors v0.17.0)

Resource definition

Attributes

  • pathTemplate (type: String.t, default: nil) - Optional. Template to uniquely represent a Google Cloud resource in a format IAM expects This is a template that can have references to other values provided in the config variable template.
  • type (type: String.t, default: nil) - Optional. Different types of resource supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.Resource{
  pathTemplate: String.t() | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.