activationToken property

  1. @TagNumber(10)
String get activationToken

Output only. The activation token for the channel. The token must be used by the provider to register the channel for publishing.

Implementation

@$pb.TagNumber(10)
$core.String get activationToken => $_getSZ(7);
  1. @TagNumber(10)
set activationToken (String v)

Implementation

@$pb.TagNumber(10)
set activationToken($core.String v) { $_setString(7, v); }