toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (associations != null) 'associations': associations!,
if (creationTimestamp != null) 'creationTimestamp': creationTimestamp!,
if (description != null) 'description': description!,
if (displayName != null) 'displayName': displayName!,
if (fingerprint != null) 'fingerprint': fingerprint!,
if (id != null) 'id': id!,
if (kind != null) 'kind': kind!,
if (name != null) 'name': name!,
if (parent != null) 'parent': parent!,
if (region != null) 'region': region!,
if (ruleTupleCount != null) 'ruleTupleCount': ruleTupleCount!,
if (rules != null) 'rules': rules!,
if (selfLink != null) 'selfLink': selfLink!,
if (selfLinkWithId != null) 'selfLinkWithId': selfLinkWithId!,
if (shortName != null) 'shortName': shortName!,
};