class Google::Apis::ContentV2_1::VerifyPhoneNumberResponse

Response message for the VerifyPhoneNumber method.

Attributes

verified_phone_number[RW]

Verified phone number if verification is successful. Corresponds to the JSON property `verifiedPhoneNumber` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 15679
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 15684
def update!(**args)
  @verified_phone_number = args[:verified_phone_number] if args.key?(:verified_phone_number)
end