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

Resource definition

Attributes

  • pathTemplate (type: String.t, default: nil) - Template to uniquely represent a GCP 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.