Class: Sink::Models::NamePropertiesCommonConflictsResponse

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/sink/models/name_properties_common_conflicts_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from BaseModel

#[], #deconstruct_keys, #inspect, #to_h, #to_s

Constructor Details

#initialize(data = {}) ⇒ NamePropertiesCommonConflictsResponse

Create a new instance of NamePropertiesCommonConflictsResponse from a Hash of

raw data.

Parameters:

  • data (Hash{Symbol => Object}) (defaults to: {})

    . @option data [String] :_1_digit_leading_underscore In certain languages the leading underscore in combination with this property

    name may cause issues
    

    @option data [String] :_leading_underscore In certain languages the leading underscore in this property name may cause

    issues
    

    @option data [String] :_leading_underscore_MixedCase In certain languages the leading underscore in this property name may cause

    issues alongside a case change
    

    @option data [Hash] :bool @option data [Hash] :bool_2 In certain languages the type declaration for this prop can shadow the ‘bool`

    property declaration.
    

    @option data [String] :date This shadows the stdlib ‘datetime.date` type in Python & causes type errors. @option data [String] :date_2 In certain languages the type declaration for this prop can shadow the `date`

    property declaration.
    

    @option data [Float] :float @option data [Float] :float_2 In certain languages the type declaration for this prop can shadow the ‘float`

    property declaration.
    

    @option data [Integer] :int @option data [Integer] :int_2 In certain languages the type declaration for this prop can shadow the ‘int`

    property declaration.
    


23
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 23

def initialize(data = {}) = super

Instance Attribute Details

#_1_digit_leading_underscoreString

In certain languages the leading underscore in combination with this property name may cause issues

Returns:

  • (String)


9
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 9

required :_1_digit_leading_underscore, String

#_leading_underscoreString

In certain languages the leading underscore in this property name may cause issues

Returns:

  • (String)


14
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 14

required :_leading_underscore, String

#_leading_underscore_mixed_caseString

In certain languages the leading underscore in this property name may cause issues alongside a case change

Returns:

  • (String)


19
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 19

required :_leading_underscore_mixed_case, String, api_name: :_leading_underscore_MixedCase

#boolBoolean

Returns:

  • (Boolean)


23
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 23

required :bool, Sink::BooleanModel

#bool_2Boolean

In certain languages the type declaration for this prop can shadow the ‘bool` property declaration.

Returns:

  • (Boolean)


28
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 28

required :bool_2, Sink::BooleanModel

#dateDate

This shadows the stdlib ‘datetime.date` type in Python & causes type errors.

Returns:

  • (Date)


33
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 33

required :date, Date

#date_2Date

In certain languages the type declaration for this prop can shadow the ‘date` property declaration.

Returns:

  • (Date)


38
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 38

required :date_2, Date

#floatFloat

Returns:

  • (Float)


42
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 42

required :float, Float

#float_2Float

In certain languages the type declaration for this prop can shadow the ‘float` property declaration.

Returns:

  • (Float)


47
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 47

required :float_2, Float

#intInteger

Returns:

  • (Integer)


51
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 51

required :int, Integer

#int_2Integer

In certain languages the type declaration for this prop can shadow the ‘int` property declaration.

Returns:

  • (Integer)


56
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 56

required :int_2, Integer