Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapEntry
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapEntry
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
Entry is a pair of key and value.
Instance Attribute Summary collapse
-
#key ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapField
Field represents either the key or value in an entry.
-
#value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapField
Field represents either the key or value in an entry.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterMapEntry
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoParameterMapEntry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterMapEntry
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterMapEntry.
3955 3956 3957 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3955 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapField
Field represents either the key or value in an entry.
Corresponds to the JSON property key
3948 3949 3950 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3948 def key @key end |
#value ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParameterMapField
Field represents either the key or value in an entry.
Corresponds to the JSON property value
3953 3954 3955 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3953 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3960 3961 3962 3963 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3960 def update!(**args) @key = args[:key] if args.key?(:key) @value = args[:value] if args.key?(:value) end |