\Google\Photos\Library\V1UnshareAlbumRequest

Request to unshare a shared album in Google Photos.

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

Summary

Methods
Properties
Constants
__construct()
getAlbumId()
setAlbumId()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$album_id
N/A

Properties

$album_id

$album_id : 

Identifier of the album to be unshared. This album id must belong to an album created by the developer.

Generated from protobuf field string album_id = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $album_id
      Identifier of the album to be unshared. This album id must belong to an
      album created by the developer.

}

getAlbumId()

getAlbumId() : string

Identifier of the album to be unshared. This album id must belong to an album created by the developer.

Generated from protobuf field string album_id = 1;

Returns

string

setAlbumId()

setAlbumId(string  $var) : $this

Identifier of the album to be unshared. This album id must belong to an album created by the developer.

Generated from protobuf field string album_id = 1;

Parameters

string $var

Returns

$this