View Source GoogleApi.SearchConsole.V1.Model.InspectUrlIndexRequest (google_api_search_console v0.19.0)

Index inspection request.

Attributes

  • inspectionUrl (type: String.t, default: nil) - Required. URL to inspect. Must be under the property specified in "site_url".
  • languageCode (type: String.t, default: nil) - Optional. An IETF BCP-47 language code representing the requested language for translated issue messages, e.g. "en-US", "or "de-CH". Default value is "en-US".
  • siteUrl (type: String.t, default: nil) - Required. The URL of the property as defined in Search Console. Examples: http://www.example.com/ for a URL-prefix property, or sc-domain:example.com for a Domain property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.InspectUrlIndexRequest{
  inspectionUrl: String.t() | nil,
  languageCode: String.t() | nil,
  siteUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.