state property
Output only. The current state of the export.
Implementation
@$pb.TagNumber(3)
MetadataExport_State get state => $_getN(2);
Implementation
@$pb.TagNumber(3)
set state(MetadataExport_State v) {
setField(3, v);
}
Output only. The current state of the export.
@$pb.TagNumber(3)
MetadataExport_State get state => $_getN(2);
@$pb.TagNumber(3)
set state(MetadataExport_State v) {
setField(3, v);
}