Map<String, dynamic> toJson() { final roleArn = this.roleArn; final systemIds = this.systemIds; final url = this.url; return { 'roleArn': roleArn, 'systemIds': systemIds, 'url': url, }; }