toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bindings != null) 'bindings': bindings!,
if (etag != null) 'etag': etag!,
if (kind != null) 'kind': kind!,
if (resourceId != null) 'resourceId': resourceId!,
if (version != null) 'version': version!,
};