Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParamSpecsMessage.



3943
3944
3945
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3943

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

Instance Attribute Details

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

Corresponds to the JSON property parameters



3941
3942
3943
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3941

def parameters
  @parameters
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3948
3949
3950
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 3948

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