View Source GoogleApi.Content.V21.Model.LiaAboutPageSettings (google_api_content v0.67.1)

Attributes

  • status (type: String.t, default: nil) - The status of the verification process for the About page. Acceptable values are: - "active" - "inactive" - "pending"
  • url (type: String.t, default: nil) - The URL for the About page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.LiaAboutPageSettings{
  status: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.