class

OpenAI::AuditLogIpAllowlistConfigActivatedConfigsItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(id : String | Nil = nil, name : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

id

The ID of the IP allowlist configuration.

Source
id=(id : String | Nil)

The ID of the IP allowlist configuration.

Source
name

The name of the IP allowlist configuration.

Source
name=(name : String | Nil)

The name of the IP allowlist configuration.

Source