GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GenerateUploadUrlResponse (google_api_apigee v0.54.0)

View Source

Response for GenerateUploadUrl method.

Attributes

  • uploadUri (type: String.t, default: nil) - The Google Cloud Storage signed URL that can be used to upload a new Archive zip file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GenerateUploadUrlResponse{
  uploadUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.