Class: Google::Apis::ManufacturersV1::ListProductsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListProductsResponse

Returns a new instance of ListProductsResponse.



522
523
524
# File 'generated/google/apis/manufacturers_v1/classes.rb', line 522

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

Instance Attribute Details

#next_page_tokenString

The token for the retrieval of the next page of product statuses. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


515
516
517
# File 'generated/google/apis/manufacturers_v1/classes.rb', line 515

def next_page_token
  @next_page_token
end

#productsArray<Google::Apis::ManufacturersV1::Product>

List of the products. Corresponds to the JSON property products



520
521
522
# File 'generated/google/apis/manufacturers_v1/classes.rb', line 520

def products
  @products
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



527
528
529
530
# File 'generated/google/apis/manufacturers_v1/classes.rb', line 527

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