\Google\Photos\Library\V1ShareAlbumResponse

Response to successfully sharing an album.

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

Summary

Methods
Properties
Constants
__construct()
getShareInfo()
setShareInfo()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$share_info
N/A

Properties

$share_info

$share_info : 

[Output only] Information about the shared album.

Generated from protobuf field .google.photos.library.v1.ShareInfo share_info = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type \Google\Photos\Library\V1\ShareInfo $share_info
      [Output only] Information about the shared album.

}

getShareInfo()

getShareInfo() : \Google\Photos\Library\V1\ShareInfo

[Output only] Information about the shared album.

Generated from protobuf field .google.photos.library.v1.ShareInfo share_info = 1;

Returns

\Google\Photos\Library\V1\ShareInfo

setShareInfo()

setShareInfo(\Google\Photos\Library\V1\ShareInfo  $var) : $this

[Output only] Information about the shared album.

Generated from protobuf field .google.photos.library.v1.ShareInfo share_info = 1;

Parameters

\Google\Photos\Library\V1\ShareInfo $var

Returns

$this