toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (accreditation != null) 'accreditation': accreditation!,
  if (apiOperations != null) 'apiOperations': apiOperations!,
  if (attributes != null) 'attributes': attributes!,
  if (compliance != null) 'compliance': compliance!,
  if (createTime != null) 'createTime': createTime!,
  if (definitions != null) 'definitions': definitions!,
  if (deployments != null) 'deployments': deployments!,
  if (description != null) 'description': description!,
  if (displayName != null) 'displayName': displayName!,
  if (documentation != null) 'documentation': documentation!,
  if (lifecycle != null) 'lifecycle': lifecycle!,
  if (name != null) 'name': name!,
  if (selectedDeployment != null) 'selectedDeployment': selectedDeployment!,
  if (sourceMetadata != null) 'sourceMetadata': sourceMetadata!,
  if (specs != null) 'specs': specs!,
  if (updateTime != null) 'updateTime': updateTime!,
};