toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bigQuerySource != null) 'bigQuerySource': bigQuerySource!,
      if (createTime != null) 'createTime': createTime!,
      if (etag != null) 'etag': etag!,
      if (featureRegistrySource != null)
        'featureRegistrySource': featureRegistrySource!,
      if (indexConfig != null) 'indexConfig': indexConfig!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (optimizedConfig != null) 'optimizedConfig': optimizedConfig!,
      if (satisfiesPzi != null) 'satisfiesPzi': satisfiesPzi!,
      if (satisfiesPzs != null) 'satisfiesPzs': satisfiesPzs!,
      if (serviceAccountEmail != null)
        'serviceAccountEmail': serviceAccountEmail!,
      if (serviceAgentType != null) 'serviceAgentType': serviceAgentType!,
      if (syncConfig != null) 'syncConfig': syncConfig!,
      if (updateTime != null) 'updateTime': updateTime!,
      if (vertexRagSource != null) 'vertexRagSource': vertexRagSource!,
    };