Class: Google::Cloud::Channel::V1::ListPurchasableOffersRequest::ChangeOfferPurchase

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

List Offers for ChangeOffer purchase.

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement::String

Returns Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.

Returns:

  • (::String)

    Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}



1403
1404
1405
1406
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1403

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

#new_sku::String

Returns Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}.

Returns:

  • (::String)

    Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}



1403
1404
1405
1406
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1403

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