google_api_content v0.38.0 GoogleApi.Content.V2.Model.LiaAboutPageSettings View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V2.Model.LiaAboutPageSettings{
  status: String.t(),
  url: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.