timestampsGranularity property

  1. @JsonKey.new(name: 'timestamps_granularity', toJson: bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson, fromJson: bodySpeechToTextV1SpeechToTextPostTimestampsGranularityTimestampsGranularityNullableFromJson)
BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? timestampsGranularity
final

Implementation

@JsonKey(
  name: 'timestamps_granularity',
  toJson:
      bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson,
  fromJson:
      bodySpeechToTextV1SpeechToTextPostTimestampsGranularityTimestampsGranularityNullableFromJson,
)
final enums.BodySpeechToTextV1SpeechToTextPostTimestampsGranularity?
    timestampsGranularity;