WordPress\AiClient\Operations\DTO

GenerativeAiOperation::getIdpublicWP 0.1.0

{@inheritDoc}

Method of the class: GenerativeAiOperation{}

No Hooks.

Returns

null. Nothing (null).

Usage

$GenerativeAiOperation = new GenerativeAiOperation();
$GenerativeAiOperation->getId(): string;

Changelog

Since 0.1.0 Introduced.

GenerativeAiOperation::getId() code WP 7.0

public function getId(): string
{
    return $this->id;
}