options property

  1. @TagNumber.new(3)
StructuredOutputOptions get options

Implementation

@$pb.TagNumber(3)
StructuredOutputOptions get options => $_getN(2);
  1. @TagNumber.new(3)
set options (StructuredOutputOptions value)

Implementation

@$pb.TagNumber(3)
set options(StructuredOutputOptions value) => $_setField(3, value);