View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsMarketplaceDisclosure (google_api_content_warehouse v0.4.0)

Attributes

  • confirmed (type: boolean(), default: nil) - True if the user has confirmed the marketplace disclosure.
  • timestampMs (type: String.t, default: nil) - The time user confirmed the marketplace disclosure.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsMarketplaceDisclosure{
    confirmed: boolean() | nil,
    timestampMs: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.