Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/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) ⇒ GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
constructor
A new instance of GoogleCloudDiscoveryengineV1betaSiteVerificationInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaSiteVerificationInfo
Returns a new instance of GoogleCloudDiscoveryengineV1betaSiteVerificationInfo.
12931 12932 12933 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12931 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
12924 12925 12926 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12924 def site_verification_state @site_verification_state end |
#verify_time ⇒ String
Latest site verification time.
Corresponds to the JSON property verifyTime
12929 12930 12931 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12929 def verify_time @verify_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12936 12937 12938 12939 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 12936 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 |