GoogleApi.SearchConsole.V1.Model.WmxSite (google_api_search_console v0.16.1) View Source

Contains permission level information about a Search Console site. For more information, see Permissions in Search Console.

Attributes

  • permissionLevel (type: String.t, default: nil) - The user's permission level for the site.
  • siteUrl (type: String.t, default: nil) - The URL of the site.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SearchConsole.V1.Model.WmxSite{
  permissionLevel: String.t() | nil,
  siteUrl: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.