attributes property

  1. @JsonKey.new(name: "attributes")
List<Attribute>? attributes
getter/setter pair

Implementation

@JsonKey(name: "attributes")
List<Attribute>? attributes;