Class: Google::Shopping::Merchant::Accounts::V1beta::Homepage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb

Overview

A store's homepage.

Instance Attribute Summary collapse

Instance Attribute Details

#claimed::Boolean (readonly)

Returns Output only. Whether the homepage is claimed. See https://support.google.com/merchants/answer/176793.

Returns:



37
38
39
40
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 37

class Homepage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the store's homepage. Format: accounts/{account}/homepage.

Returns:

  • (::String)

    Identifier. The resource name of the store's homepage. Format: accounts/{account}/homepage



37
38
39
40
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 37

class Homepage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns Required. The URI (typically a URL) of the store's homepage.

Returns:

  • (::String)

    Required. The URI (typically a URL) of the store's homepage.



37
38
39
40
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 37

class Homepage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end