Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1SubscriberEvent
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1SubscriberEvent
- 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
Represents information which resellers will get as part of notification from Cloud Pub/Sub.
Instance Attribute Summary collapse
-
#customer_event ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent
Represents Pub/Sub message content describing customer update.
-
#entitlement_event ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent
Represents Pub/Sub message content describing entitlement update.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1SubscriberEvent
constructor
A new instance of GoogleCloudChannelV1alpha1SubscriberEvent.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1alpha1SubscriberEvent
Returns a new instance of GoogleCloudChannelV1alpha1SubscriberEvent.
2812 2813 2814 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2812 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_event ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1CustomerEvent
Represents Pub/Sub message content describing customer update.
Corresponds to the JSON property customerEvent
2805 2806 2807 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2805 def customer_event @customer_event end |
#entitlement_event ⇒ Google::Apis::CloudchannelV1::GoogleCloudChannelV1alpha1EntitlementEvent
Represents Pub/Sub message content describing entitlement update.
Corresponds to the JSON property entitlementEvent
2810 2811 2812 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2810 def entitlement_event @entitlement_event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2817 2818 2819 2820 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2817 def update!(**args) @customer_event = args[:customer_event] if args.key?(:customer_event) @entitlement_event = args[:entitlement_event] if args.key?(:entitlement_event) end |