View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSiteVerificationInfo (google_api_discovery_engine v0.15.0)

Verification information for target sites in advanced site search.

Attributes

  • siteVerificationState (type: String.t, default: nil) - Site verification state indicating the ownership and validity.
  • verifyTime (type: DateTime.t, default: nil) - Latest site verification time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaSiteVerificationInfo{
    siteVerificationState: String.t() | nil,
    verifyTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.