Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb

Overview

Verification information for target sites in advanced site search.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSiteVerificationInfo

Returns a new instance of GoogleCloudDiscoveryengineV1betaSiteVerificationInfo.



17555
17556
17557
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 17555

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#site_verification_stateString

Site verification state indicating the ownership and validity. Corresponds to the JSON property siteVerificationState

Returns:

  • (String)


17548
17549
17550
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 17548

def site_verification_state
  @site_verification_state
end

#verify_timeString

Latest site verification time. Corresponds to the JSON property verifyTime

Returns:

  • (String)


17553
17554
17555
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 17553

def verify_time
  @verify_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17560
17561
17562
17563
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 17560

def update!(**args)
  @site_verification_state = args[:site_verification_state] if args.key?(:site_verification_state)
  @verify_time = args[:verify_time] if args.key?(:verify_time)
end