View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest (google_api_integrations v0.14.0)

Request for UploadIntegrationVersion.

Attributes

  • content (type: String.t, default: nil) - The textproto of the integration_version.
  • fileFormat (type: String.t, default: nil) - File format for upload request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaUploadIntegrationVersionRequest{
    content: String.t() | nil,
    fileFormat: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.