You are here

protected property BrightcoveAPIClient::$client_status_message in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::client_status_message
  2. 3.x src/Entity/BrightcoveAPIClient.php \Drupal\brightcove\Entity\BrightcoveAPIClient::client_status_message

Client connection status message.

If the connection status is OK, then it's an empty string.

Type: string

File

src/Entity/BrightcoveAPIClient.php, line 104

Class

BrightcoveAPIClient
Defines the Brightcove API Client entity.

Namespace

Drupal\brightcove\Entity

Code

protected $client_status_message;