siteId property

  1. @JsonKey(name: 'site_id', fromJson: _stringToInt)
int? siteId
final

The ID of the site which the domain belongs to

Implementation

@JsonKey(name: 'site_id', fromJson: _stringToInt)
final int? siteId;