ConnectionGroupName property

String? get ConnectionGroupName
Gets or sets the name of the connection group for the request.

Implementation

String? get ConnectionGroupName => this._connectionGroupName;
set ConnectionGroupName (String? value)

Implementation

set ConnectionGroupName(String? value) {
  this._connectionGroupName = value;
}