View Source GoogleApi.Connectors.V1.Model.ValidateCustomConnectorSpecRequest (google_api_connectors v0.12.0)

Request message for ConnectorsService.ValidateCustomConnectorSpec

Attributes

  • serviceAccount (type: String.t, default: nil) - Required. Service account to access the spec from Google Cloud Storage.
  • specLocation (type: String.t, default: nil) - Required. Location of the custom connector spec. The location can be either a public url like https://public-url.com/spec Or a Google Cloud Storage location like gs:///
  • specType (type: String.t, default: nil) - Required. Spec type of the custom connector spec.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.ValidateCustomConnectorSpecRequest{
  serviceAccount: String.t() | nil,
  specLocation: String.t() | nil,
  specType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.