Class: Google::Apis::ContentV2_1::LiaAboutPageSettings
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::LiaAboutPageSettings
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the verification process for the About page.
-
#url ⇒ String
The URL for the About page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LiaAboutPageSettings
constructor
A new instance of LiaAboutPageSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LiaAboutPageSettings
Returns a new instance of LiaAboutPageSettings.
5595 5596 5597 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 5595 def initialize(**args) update!(**args) end |
Instance Attribute Details
#status ⇒ String
The status of the verification process for the About page. Supported values
are: - "active
" - "inactive
" - "pending
"
Corresponds to the JSON property status
5588 5589 5590 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 5588 def status @status end |
#url ⇒ String
The URL for the About page.
Corresponds to the JSON property url
5593 5594 5595 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 5593 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5600 5601 5602 5603 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 5600 def update!(**args) @status = args[:status] if args.key?(:status) @url = args[:url] if args.key?(:url) end |