Class: OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1
- Defined in:
- lib/oursprivacy_ingest/models/batch_create_response.rb
Defined Under Namespace
Instance Attribute Summary collapse
- #code ⇒ Symbol, OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Code
- #index ⇒ Integer
- #message ⇒ String
- #success ⇒ Boolean, OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Success
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(code:, index:, message:, success:) ⇒ Object
|
|
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 90
|
Instance Attribute Details
#code ⇒ Symbol, OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Code
72 |
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 72 required :code, enum: -> { OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Code } |
#index ⇒ Integer
77 |
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 77 required :index, Integer |
#message ⇒ String
82 |
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 82 required :message, String |
#success ⇒ Boolean, OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Success
87 88 |
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 87 required :success, enum: -> { OursprivacyIngest::Models::BatchCreateResponse::Result::UnionMember1::Success } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/oursprivacy_ingest/models/batch_create_response.rb', line 103
|