toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (avroFormat != null) 'avroFormat': avroFormat!,
      if (bucket != null) 'bucket': bucket!,
      if (matchGlob != null) 'matchGlob': matchGlob!,
      if (minimumObjectCreateTime != null)
        'minimumObjectCreateTime': minimumObjectCreateTime!,
      if (pubsubAvroFormat != null) 'pubsubAvroFormat': pubsubAvroFormat!,
      if (state != null) 'state': state!,
      if (textFormat != null) 'textFormat': textFormat!,
    };