Class: Google::Shopping::Merchant::Accounts::V1beta::UnclaimHomepageRequest

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

Request message for the UnclaimHomepage method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the homepage to unclaim. Format: accounts/{account}/homepage.

Returns:

  • (::String)

    Required. The name of the homepage to unclaim. Format: accounts/{account}/homepage



79
80
81
82
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/homepage.rb', line 79

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