validateOnly property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? validateOnly
getter/setter pair

If true, the request is validated, but not executed.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? validateOnly;