class

OpenAI::DeletedVideoResource

Inherits JSON::Serializable < Reference < Object

Confirmation payload returned after deleting a video.

Constructors

new(object : DeletedVideoResourceObject = DeletedVideoResourceObject::VideoDeleted, deleted : Bool = false, id : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

deleted

Indicates that the video resource was deleted.

Source
deleted=(deleted : Bool)

Indicates that the video resource was deleted.

Source
id

Identifier of the deleted video.

Source
id=(id : String)

Identifier of the deleted video.

Source
object

The object type that signals the deletion response.

Source
object=(object : DeletedVideoResourceObject)

The object type that signals the deletion response.

Source