coverPhotoBaseUrl property

String? coverPhotoBaseUrl
getter/setter pair

A URL to the cover photo's bytes.

This shouldn't be used as is. Parameters should be appended to this URL before use. See the developer documentation for a complete list of supported parameters. For example, '=w2048-h1024' sets the dimensions of the cover photo to have a width of 2048 px and height of 1024 px.

Output only.

Implementation

core.String? coverPhotoBaseUrl;