applicationId property

  1. @TagNumber.new(1)
String get applicationId

The unique ID of the application to generate a new client secret for.

Implementation

@$pb.TagNumber(1)
$core.String get applicationId => $_getSZ(0);
  1. @TagNumber.new(1)
set applicationId (String value)

Implementation

@$pb.TagNumber(1)
set applicationId($core.String value) => $_setString(0, value);