Class: Google::Apis::ContentV2::LiaAboutPageSettings

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2/classes.rb,
generated/google/apis/content_v2/representations.rb,
generated/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiaAboutPageSettings

Returns a new instance of LiaAboutPageSettings.



3396
3397
3398
# File 'generated/google/apis/content_v2/classes.rb', line 3396

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#statusString

The status of the verification process for the About page. Acceptable values are: - "active" - "inactive" - "pending" Corresponds to the JSON property status

Returns:

  • (String)


3389
3390
3391
# File 'generated/google/apis/content_v2/classes.rb', line 3389

def status
  @status
end

#urlString

The URL for the About page. Corresponds to the JSON property url

Returns:

  • (String)


3394
3395
3396
# File 'generated/google/apis/content_v2/classes.rb', line 3394

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3401
3402
3403
3404
# File 'generated/google/apis/content_v2/classes.rb', line 3401

def update!(**args)
  @status = args[:status] if args.key?(:status)
  @url = args[:url] if args.key?(:url)
end