Class: Google::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoParameterValueType

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

Overview

To support various types of parameter values. Next available id: 14

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmFrontendsEventbusProtoParameterValueType

Returns a new instance of EnterpriseCrmFrontendsEventbusProtoParameterValueType.



4361
4362
4363
# File 'lib/google/apis/integrations_v1/classes.rb', line 4361

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

Instance Attribute Details

#boolean_arrayGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoBooleanParameterArray

Corresponds to the JSON property booleanArray



4303
4304
4305
# File 'lib/google/apis/integrations_v1/classes.rb', line 4303

def boolean_array
  @boolean_array
end

#boolean_valueBoolean Also known as: boolean_value?

Corresponds to the JSON property booleanValue

Returns:

  • (Boolean)


4308
4309
4310
# File 'lib/google/apis/integrations_v1/classes.rb', line 4308

def boolean_value
  @boolean_value
end

#double_arrayGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoDoubleParameterArray

Corresponds to the JSON property doubleArray



4314
4315
4316
# File 'lib/google/apis/integrations_v1/classes.rb', line 4314

def double_array
  @double_array
end

#double_valueFloat

Corresponds to the JSON property doubleValue

Returns:

  • (Float)


4319
4320
4321
# File 'lib/google/apis/integrations_v1/classes.rb', line 4319

def double_value
  @double_value
end

#int_arrayGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoIntParameterArray

Corresponds to the JSON property intArray



4324
4325
4326
# File 'lib/google/apis/integrations_v1/classes.rb', line 4324

def int_array
  @int_array
end

#int_valueFixnum

Corresponds to the JSON property intValue

Returns:

  • (Fixnum)


4329
4330
4331
# File 'lib/google/apis/integrations_v1/classes.rb', line 4329

def int_value
  @int_value
end

#json_valueString

Corresponds to the JSON property jsonValue

Returns:

  • (String)


4334
4335
4336
# File 'lib/google/apis/integrations_v1/classes.rb', line 4334

def json_value
  @json_value
end

#proto_arrayGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoProtoParameterArray

Corresponds to the JSON property protoArray



4339
4340
4341
# File 'lib/google/apis/integrations_v1/classes.rb', line 4339

def proto_array
  @proto_array
end

#proto_valueHash<String,Object>

Corresponds to the JSON property protoValue

Returns:

  • (Hash<String,Object>)


4344
4345
4346
# File 'lib/google/apis/integrations_v1/classes.rb', line 4344

def proto_value
  @proto_value
end

#serialized_object_valueGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoSerializedObjectParameter

Corresponds to the JSON property serializedObjectValue



4349
4350
4351
# File 'lib/google/apis/integrations_v1/classes.rb', line 4349

def serialized_object_value
  @serialized_object_value
end

#string_arrayGoogle::Apis::IntegrationsV1::EnterpriseCrmFrontendsEventbusProtoStringParameterArray

Corresponds to the JSON property stringArray



4354
4355
4356
# File 'lib/google/apis/integrations_v1/classes.rb', line 4354

def string_array
  @string_array
end

#string_valueString

Corresponds to the JSON property stringValue

Returns:

  • (String)


4359
4360
4361
# File 'lib/google/apis/integrations_v1/classes.rb', line 4359

def string_value
  @string_value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
# File 'lib/google/apis/integrations_v1/classes.rb', line 4366

def update!(**args)
  @boolean_array = args[:boolean_array] if args.key?(:boolean_array)
  @boolean_value = args[:boolean_value] if args.key?(:boolean_value)
  @double_array = args[:double_array] if args.key?(:double_array)
  @double_value = args[:double_value] if args.key?(:double_value)
  @int_array = args[:int_array] if args.key?(:int_array)
  @int_value = args[:int_value] if args.key?(:int_value)
  @json_value = args[:json_value] if args.key?(:json_value)
  @proto_array = args[:proto_array] if args.key?(:proto_array)
  @proto_value = args[:proto_value] if args.key?(:proto_value)
  @serialized_object_value = args[:serialized_object_value] if args.key?(:serialized_object_value)
  @string_array = args[:string_array] if args.key?(:string_array)
  @string_value = args[:string_value] if args.key?(:string_value)
end