Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableSku

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1TransferableSku

Returns a new instance of GoogleCloudChannelV1TransferableSku.



2569
2570
2571
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2569

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

Instance Attribute Details

#legacy_skuGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1Sku

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs. Corresponds to the JSON property legacySku



2554
2555
2556
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2554

def legacy_sku
  @legacy_sku
end

#skuGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1Sku

Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google Workspace Business Standard and Google Workspace Business Plus are Google Workspace product SKUs. Corresponds to the JSON property sku



2562
2563
2564
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2562

def sku
  @sku
end

#transfer_eligibilityGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1TransferEligibility

Specifies transfer eligibility of a SKU. Corresponds to the JSON property transferEligibility



2567
2568
2569
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2567

def transfer_eligibility
  @transfer_eligibility
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2574
2575
2576
2577
2578
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2574

def update!(**args)
  @legacy_sku = args[:legacy_sku] if args.key?(:legacy_sku)
  @sku = args[:sku] if args.key?(:sku)
  @transfer_eligibility = args[:transfer_eligibility] if args.key?(:transfer_eligibility)
end