Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1SubscriberEvent

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

Represents information which resellers will get as part of notification from Cloud Pub/Sub.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1SubscriberEvent

Returns a new instance of GoogleCloudChannelV1SubscriberEvent.



2045
2046
2047
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2045

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

Instance Attribute Details

#customer_eventGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1CustomerEvent

Represents Pub/Sub message content describing customer update. Corresponds to the JSON property customerEvent



2038
2039
2040
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2038

def customer_event
  @customer_event
end

#entitlement_eventGoogle::Apis::CloudchannelV1::GoogleCloudChannelV1EntitlementEvent

Represents Pub/Sub message content describing entitlement update. Corresponds to the JSON property entitlementEvent



2043
2044
2045
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2043

def entitlement_event
  @entitlement_event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2050
2051
2052
2053
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2050

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