class Google::Apis::MybusinessverificationsV1::Verify
Indicates that the location requires verification. Contains information about the current verification actions performed on the location.
Attributes
has_pending_verification[RW]
Indicates whether a verification process has already started, and can be completed by the location. Corresponds to the JSON property `hasPendingVerification` @return [Boolean]
has_pending_verification?[RW]
Indicates whether a verification process has already started, and can be completed by the location. Corresponds to the JSON property `hasPendingVerification` @return [Boolean]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 618 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/mybusinessverifications_v1/classes.rb, line 623 def update!(**args) @has_pending_verification = args[:has_pending_verification] if args.key?(:has_pending_verification) end