Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Verification information for target sites in advanced site search.
Instance Attribute Summary collapse
-
#site_verification_state ⇒ String
Site verification state indicating the ownership and validity.
-
#verify_time ⇒ String
Latest site verification time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo
Returns a new instance of GoogleCloudDiscoveryengineV1alphaSiteVerificationInfo.
4517 4518 4519 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4517 def initialize(**args) update!(**args) end |
Instance Attribute Details
#site_verification_state ⇒ String
Site verification state indicating the ownership and validity.
Corresponds to the JSON property siteVerificationState
4510 4511 4512 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4510 def site_verification_state @site_verification_state end |
#verify_time ⇒ String
Latest site verification time.
Corresponds to the JSON property verifyTime
4515 4516 4517 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4515 def verify_time @verify_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4522 4523 4524 4525 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 4522 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 |