View Source GoogleApi.DisplayVideo.V1.Model.IntegrationDetails (google_api_display_video v0.35.0)

Integration details of an entry.

Attributes

  • details (type: String.t, default: nil) - Additional details of the entry in string format. Must be UTF-8 encoded with a length of no more than 1000 characters.
  • integrationCode (type: String.t, default: nil) - An external identifier to be associated with the entry. The integration code will show up together with the entry in many places in the system, for example, reporting. Must be UTF-8 encoded with a length of no more than 500 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.IntegrationDetails{
  details: String.t() | nil,
  integrationCode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.