Class: Openlayer::Models::Governance::RuleResultCreateEvidenceResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Governance::RuleResultCreateEvidenceResponse
- Defined in:
- lib/openlayer/models/governance/rule_result_create_evidence_response.rb,
sig/openlayer/models/governance/rule_result_create_evidence_response.rbs
Overview
Instance Attribute Summary collapse
-
#creator_id ⇒ String?
Returns the value of attribute creator_id.
-
#date_created ⇒ Time
Returns the value of attribute date_created.
-
#date_updated ⇒ Time
Returns the value of attribute date_updated.
-
#description ⇒ String?
A description of what the evidence shows.
-
#id ⇒ String
Returns the value of attribute id.
-
#name ⇒ String?
The evidence name.
-
#storage_uri ⇒ String?
Where the uploaded file is stored.
-
#text ⇒ String?
The evidence text.
-
#url ⇒ String?
A link to the evidence.
Instance Method Summary collapse
-
#initialize(id:, creator_id:, date_created:, date_updated:, description: nil, name: nil, storage_uri: nil, text: nil, url: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see RuleResultCreateEvidenceResponse for more details.
- #to_hash ⇒ {
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(id:, creator_id:, date_created:, date_updated:, description: nil, name: nil, storage_uri: nil, text: nil, url: nil) ⇒ Object
Some parameter documentations has been truncated, see Openlayer::Models::Governance::RuleResultCreateEvidenceResponse for more details.
|
|
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 65
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
30 31 32 |
# File 'sig/openlayer/models/governance/rule_result_create_evidence_response.rbs', line 30 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
32 33 34 |
# File 'sig/openlayer/models/governance/rule_result_create_evidence_response.rbs', line 32 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
34 35 36 |
# File 'sig/openlayer/models/governance/rule_result_create_evidence_response.rbs', line 34 def date_updated @date_updated end |
#description ⇒ String?
A description of what the evidence shows.
12 |
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 12 optional :description, String, nil?: true |
#id ⇒ String
Returns the value of attribute id.
28 29 30 |
# File 'sig/openlayer/models/governance/rule_result_create_evidence_response.rbs', line 28 def id @id end |
#name ⇒ String?
The evidence name.
18 |
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 18 optional :name, String, nil?: true |
#storage_uri ⇒ String?
Where the uploaded file is stored. Set when the rule's evidenceType is
document.
25 |
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 25 optional :storage_uri, String, api_name: :storageUri, nil?: true |
#text ⇒ String?
The evidence text. Set when the rule's evidenceType is text.
31 |
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 31 optional :text, String, nil?: true |
#url ⇒ String?
A link to the evidence. Set when the rule's evidenceType is url.
37 |
# File 'lib/openlayer/models/governance/rule_result_create_evidence_response.rb', line 37 optional :url, String, nil?: true |
Instance Method Details
#to_hash ⇒ {
48 |
# File 'sig/openlayer/models/governance/rule_result_create_evidence_response.rbs', line 48
def to_hash: -> {
|