toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attributes != null) 'attributes': attributes!,
if (createTime != null) 'createTime': createTime!,
if (description != null) 'description': description!,
if (displayName != null) 'displayName': displayName!,
if (documentation != null) 'documentation': documentation!,
if (endpoints != null) 'endpoints': endpoints!,
if (name != null) 'name': name!,
if (paths != null) 'paths': paths!,
if (updateTime != null) 'updateTime': updateTime!,
};