\Google\Photos\Library\V1EnrichmentItem

An enrichment item.

Generated from protobuf message google.photos.library.v1.EnrichmentItem

Summary

Methods
Properties
Constants
__construct()
getId()
setId()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$id
N/A

Properties

$id

$id : 

Identifier of the enrichment item.

Generated from protobuf field string id = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $id
      Identifier of the enrichment item.

}

getId()

getId() : string

Identifier of the enrichment item.

Generated from protobuf field string id = 1;

Returns

string

setId()

setId(string  $var) : $this

Identifier of the enrichment item.

Generated from protobuf field string id = 1;

Parameters

string $var

Returns

$this