eventAccountUserRoleRelationshipsRead abstract method

  1. @Get(path: '/event_account_user_role_relationships/{id}')
Future<Response<EventAccountUserRoleRelationship>> eventAccountUserRoleRelationshipsRead({
  1. @Path('id') @required int? id,
})

@param id The LASSO unique identifier for this resource.

Implementation

@Get(path: '/event_account_user_role_relationships/{id}')
Future<chopper.Response<EventAccountUserRoleRelationship>>
    eventAccountUserRoleRelationshipsRead({@Path('id') @required int? id});