applicationId property

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

The unique ID of the application to be updated.

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);