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

Mobile-friendly test request.

Attributes

  • requestScreenshot (type: boolean(), default: nil) - Whether or not screenshot is requested. Default is false.
  • url (type: String.t, default: nil) - URL for inspection.

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.RunMobileFriendlyTestRequest{
  requestScreenshot: boolean() | nil,
  url: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.