Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage
- 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
Instance Attribute Summary collapse
-
#parameters ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParamSpecEntry>
Corresponds to the JSON property
parameters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage
constructor
A new instance of EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage
Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.
3875 3876 3877 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3875 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parameters ⇒ Array<Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParamSpecEntry>
Corresponds to the JSON property parameters
3873 3874 3875 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3873 def parameters @parameters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3880 3881 3882 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3880 def update!(**args) @parameters = args[:parameters] if args.key?(:parameters) end |