Google\Cloud\PubSub\Message::info PHP Method

info() public method

Available keys are ackId, subscription and message. Example: $info = $message->info();
public info ( ) : array
return array
    public function info()
    {
        return ['ackId' => $this->ackId, 'subscription' => $this->subscription, 'message' => $this->message];
    }