Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesActivated::Certificate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesActivated::Certificate
- Defined in:
- lib/openai/models/admin/organization/audit_log_list_response.rb
Instance Attribute Summary collapse
-
#id ⇒ String?
The certificate ID.
-
#name ⇒ String?
The name of the certificate.
Instance Method Summary collapse
-
#initialize(certificates: nil) ⇒ Object
constructor
The details for events with this ‘type`.
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(certificates: nil) ⇒ Object
The details for events with this ‘type`.
936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 936 class Certificate < OpenAI::Internal::Type::BaseModel # @!attribute id # The certificate ID. # # @return [String, nil] optional :id, String # @!attribute name # The name of the certificate. # # @return [String, nil] optional :name, String # @!method initialize(id: nil, name: nil) # @param id [String] The certificate ID. # # @param name [String] The name of the certificate. end |
Instance Attribute Details
#id ⇒ String?
The certificate ID.
941 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 941 optional :id, String |
#name ⇒ String?
The name of the certificate.
947 |
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 947 optional :name, String |