GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob (google_api_discovery_engine v0.28.0)

View Source

The media type and data of the blob.

Attributes

  • data (type: String.t, default: nil) - Output only. Raw bytes.
  • mimeType (type: String.t, default: nil) - Output only. The media type (MIME type) of the generated or retrieved data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaAnswerBlobAttachmentBlob{
    data: String.t() | nil,
    mimeType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.