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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ LiaAboutPageSettings

Returns a new instance of LiaAboutPageSettings.



2773
2774
2775
# File 'generated/google/apis/content_v2_1/classes.rb', line 2773

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

Instance Attribute Details

#statusString

The status of the verification process for the About page. Corresponds to the JSON property status

Returns:

  • (String)


2766
2767
2768
# File 'generated/google/apis/content_v2_1/classes.rb', line 2766

def status
  @status
end

#urlString

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

Returns:

  • (String)


2771
2772
2773
# File 'generated/google/apis/content_v2_1/classes.rb', line 2771

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2778
2779
2780
2781
# File 'generated/google/apis/content_v2_1/classes.rb', line 2778

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