activationToken property
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);
Implementation
@$pb.TagNumber(10)
set activationToken($core.String v) { $_setString(7, v); }