Documentation

DeleteArtifactReq extends Message
in package

Request to delete an artifact

Generated from protobuf message plugnmeet.DeleteArtifactReq

Table of Contents

Properties

$artifact_id  : mixed
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>

Methods

__construct()  : mixed
Constructor.
getArtifactId()  : string
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>
setArtifactId()  : $this
Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>

Properties

$artifact_id

Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>

protected mixed $artifact_id = ''

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type string $artifact_id

}

getArtifactId()

Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>

public getArtifactId() : string
Return values
string

setArtifactId()

Generated from protobuf field <code>string artifact_id = 1 [(.buf.validate.field) = {</code>

public setArtifactId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results