details property

  1. @TagNumber(6)
String get details

Output only. The restore details containing the revision of the service to be restored to, in format of JSON.

Implementation

@$pb.TagNumber(6)
$core.String get details => $_getSZ(5);
  1. @TagNumber(6)
set details (String v)

Implementation

@$pb.TagNumber(6)
set details($core.String v) { $_setString(5, v); }