Class: Google::Apis::ContentV2_1::LiaAboutPageSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LiaAboutPageSettings

Returns a new instance of LiaAboutPageSettings.



5643
5644
5645
# File 'lib/google/apis/content_v2_1/classes.rb', line 5643

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

Instance Attribute Details

#statusString

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

Returns:

  • (String)


5636
5637
5638
# File 'lib/google/apis/content_v2_1/classes.rb', line 5636

def status
  @status
end

#urlString

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

Returns:

  • (String)


5641
5642
5643
# File 'lib/google/apis/content_v2_1/classes.rb', line 5641

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5648
5649
5650
5651
# File 'lib/google/apis/content_v2_1/classes.rb', line 5648

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