Class: Sink::Models::NamePropertiesCommonConflictsResponse
- Defined in:
- lib/sink/models/name_properties_common_conflicts_response.rb
Instance Attribute Summary collapse
-
#_1_digit_leading_underscore ⇒ String
In certain languages the leading underscore in combination with this property name may cause issues.
-
#_leading_underscore ⇒ String
In certain languages the leading underscore in this property name may cause issues.
-
#_leading_underscore_mixed_case ⇒ String
In certain languages the leading underscore in this property name may cause issues alongside a case change.
- #bool ⇒ Boolean
-
#bool_2 ⇒ Boolean
In certain languages the type declaration for this prop can shadow the ‘bool` property declaration.
-
#date ⇒ Date
This shadows the stdlib ‘datetime.date` type in Python & causes type errors.
-
#date_2 ⇒ Date
In certain languages the type declaration for this prop can shadow the ‘date` property declaration.
- #float ⇒ Float
-
#float_2 ⇒ Float
In certain languages the type declaration for this prop can shadow the ‘float` property declaration.
- #int ⇒ Integer
-
#int_2 ⇒ Integer
In certain languages the type declaration for this prop can shadow the ‘int` property declaration.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ NamePropertiesCommonConflictsResponse
constructor
Create a new instance of NamePropertiesCommonConflictsResponse from a Hash of raw data.
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.
23 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 23 def initialize(data = {}) = super |
Instance Attribute Details
#_1_digit_leading_underscore ⇒ String
In certain languages the leading underscore in combination with this property name may cause issues
9 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 9 required :_1_digit_leading_underscore, String |
#_leading_underscore ⇒ String
In certain languages the leading underscore in this property name may cause issues
14 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 14 required :_leading_underscore, String |
#_leading_underscore_mixed_case ⇒ String
In certain languages the leading underscore in this property name may cause issues alongside a case change
19 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 19 required :_leading_underscore_mixed_case, String, api_name: :_leading_underscore_MixedCase |
#bool ⇒ Boolean
23 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 23 required :bool, Sink::BooleanModel |
#bool_2 ⇒ Boolean
In certain languages the type declaration for this prop can shadow the ‘bool` property declaration.
28 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 28 required :bool_2, Sink::BooleanModel |
#date ⇒ Date
This shadows the stdlib ‘datetime.date` type in Python & causes type errors.
33 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 33 required :date, Date |
#date_2 ⇒ Date
In certain languages the type declaration for this prop can shadow the ‘date` property declaration.
38 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 38 required :date_2, Date |
#float ⇒ Float
42 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 42 required :float, Float |
#float_2 ⇒ Float
In certain languages the type declaration for this prop can shadow the ‘float` property declaration.
47 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 47 required :float_2, Float |
#int ⇒ Integer
51 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 51 required :int, Integer |
#int_2 ⇒ Integer
In certain languages the type declaration for this prop can shadow the ‘int` property declaration.
56 |
# File 'lib/sink/models/name_properties_common_conflicts_response.rb', line 56 required :int_2, Integer |