Class: Google::Shopping::Merchant::Accounts::V1beta::ListProgramsResponse

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

Overview

Response message for the ListPrograms method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



132
133
134
135
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 132

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

#programs::Array<::Google::Shopping::Merchant::Accounts::V1beta::Program>

Returns The programs for the given account.

Returns:



132
133
134
135
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/programs.rb', line 132

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