Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.



4163
4164
4165
# File 'lib/google/apis/integrations_v1/classes.rb', line 4163

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

Instance Attribute Details

#parametersArray<Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParamSpecEntry>

Corresponds to the JSON property parameters



4161
4162
4163
# File 'lib/google/apis/integrations_v1/classes.rb', line 4161

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4168
4169
4170
# File 'lib/google/apis/integrations_v1/classes.rb', line 4168

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