class Google::Apis::ContentV2_1::LiaAboutPageSettings

Attributes

status[RW]

The status of the verification process for the About page. Acceptable values are: - “`active`” - “`inactive`” - “`pending`” Corresponds to the JSON property `status` @return [String]

url[RW]

The URL for the About page. Corresponds to the JSON property `url` @return [String]

Public Class Methods

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