toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bigqueryOptions != null) 'bigqueryOptions': bigqueryOptions!,
  if (createTime != null) 'createTime': createTime!,
  if (description != null) 'description': description!,
  if (destination != null) 'destination': destination!,
  if (disabled != null) 'disabled': disabled!,
  if (exclusions != null) 'exclusions': exclusions!,
  if (filter != null) 'filter': filter!,
  if (includeChildren != null) 'includeChildren': includeChildren!,
  if (interceptChildren != null) 'interceptChildren': interceptChildren!,
  if (name != null) 'name': name!,
  if (outputVersionFormat != null)
    'outputVersionFormat': outputVersionFormat!,
  if (resourceName != null) 'resourceName': resourceName!,
  if (updateTime != null) 'updateTime': updateTime!,
  if (writerIdentity != null) 'writerIdentity': writerIdentity!,
};