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

Resource definition

Attributes

  • pathTemplate (type: String.t, default: nil) - 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) - Different types of resource supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.