Class: OpenAI::Models::Admin::Organization::AuditLogListResponse::CertificatesDeactivated::Certificate

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/openai/models/admin/organization/audit_log_list_response.rb

Instance Attribute 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(certificates: nil) ⇒ Object

The details for events with this ‘type`.



969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 969

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

#idString?

The certificate ID.

Returns:

  • (String, nil)


974
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 974

optional :id, String

#nameString?

The name of the certificate.

Returns:

  • (String, nil)


980
# File 'lib/openai/models/admin/organization/audit_log_list_response.rb', line 980

optional :name, String