class Google::Apis::ContentV2_1::RequestPhoneVerificationResponse

Response message for the RequestPhoneVerification method.

Attributes

verification_id[RW]

The verification ID to use in subsequent calls to `verifyphonenumber`. Corresponds to the JSON property `verificationId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 12824
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 12829
def update!(**args)
  @verification_id = args[:verification_id] if args.key?(:verification_id)
end