Lasso class abstract

Annotations
  • @ChopperApi()

Constructors

Lasso()

Properties

client ↔ ChopperClient
getter/setter pairinherited
definitionType Type
Used internally to retrieve the service from ChopperClient.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accountEventStatusesCreate({AccountEventStatus? data}) Future<Response<AccountEventStatus>>
@param data
accountEventStatusesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
accountEventStatusesList({String? external_code, String? name, String? slug, int? limit, int? offset}) Future<Response<AccountEventStatusesGet$Response>>
@param external_code @param name @param slug @param limit Number of results to return per page. @param offset The initial index from which to return the results.
accountEventStatusesPartialUpdate({AccountEventStatus? data, int? id}) Future<Response<AccountEventStatus>>
@param data @param id The LASSO unique identifier for this resource.
accountEventStatusesRead({int? id}) Future<Response<AccountEventStatus>>
@param id The LASSO unique identifier for this resource.
accountEventStatusesUpdate({AccountEventStatus? data, int? id}) Future<Response<AccountEventStatus>>
@param data @param id The LASSO unique identifier for this resource.
accountUserRoleList({String? user_email, int? limit, int? offset}) Future<Response<AccountUserRoleGet$Response>>
@param user_email @param limit Number of results to return per page. @param offset The initial index from which to return the results.
accountUserRoleRead({int? id}) Future<Response<AccountUserRole>>
@param id The LASSO unique identifier for this resource.
airportsList({String? zip, int? limit, int? offset}) Future<Response<AirportsGet$Response>>
@param zip @param limit Number of results to return per page. @param offset The initial index from which to return the results.
airportsRead({String? id}) Future<Response<Airport>>
@param id The LASSO unique identifier for the airport resource.
clientAddressesCreate({ClientAddress? data}) Future<Response<ClientAddress>>
@param data
clientAddressesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
clientAddressesList({String? $client, String? company_name, String? contact_name, String? street1, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<ClientAddressesGet$Response>>
@param client @param company_name @param contact_name @param street1 @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
clientAddressesPartialUpdate({ClientAddress? data, int? id}) Future<Response<ClientAddress>>
@param data @param id The LASSO unique identifier for this resource.
clientAddressesRead({int? id}) Future<Response<ClientAddress>>
@param id The LASSO unique identifier for this resource.
clientAddressesUpdate({ClientAddress? data, int? id}) Future<Response<ClientAddress>>
@param data @param id The LASSO unique identifier for this resource.
clientContactsCreate({ClientContact? data}) Future<Response<ClientContact>>
@param data
clientContactsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
clientContactsList({String? $client, String? first_name, String? last_name, String? email, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<ClientContactsGet$Response>>
@param client @param first_name @param last_name @param email @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
clientContactsPartialUpdate({ClientContact? data, int? id}) Future<Response<ClientContact>>
@param data @param id The LASSO unique identifier for this resource.
clientContactsRead({int? id}) Future<Response<ClientContact>>
@param id The LASSO unique identifier for this resource.
clientContactsUpdate({ClientContact? data, int? id}) Future<Response<ClientContact>>
@param data @param id The LASSO unique identifier for this resource.
clientsCreate({Client? data}) Future<Response<Client>>
@param data
clientsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
clientsList({String? external_code, String? code, String? name, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<ClientsGet$Response>>
@param external_code @param code @param name @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
clientsPartialUpdate({Client? data, int? id}) Future<Response<Client>>
@param data @param id The LASSO unique identifier for this resource.
clientsRead({int? id}) Future<Response<Client>>
@param id The LASSO unique identifier for this resource.
clientsUpdate({Client? data, int? id}) Future<Response<Client>>
@param data @param id The LASSO unique identifier for this resource.
crewAddressesCreate({CrewAddress? data}) Future<Response<CrewAddress>>
@param data
crewAddressesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewAddressesPartialUpdate({CrewAddress? data, int? id}) Future<Response<CrewAddress>>
@param data @param id The LASSO unique identifier for this resource.
crewAddressesRead({int? id}) Future<Response<CrewAddress>>
@param id The LASSO unique identifier for this resource.
crewAddressesUpdate({CrewAddress? data, int? id}) Future<Response<CrewAddress>>
@param data @param id The LASSO unique identifier for this resource.
crewCreate({Crew? data}) Future<Response<Crew>>
@param data
crewDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewList({String? code, String? external_code, String? email, String? us_state_of_residence, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<CrewGet$Response>>
@param code @param external_code @param email @param us_state_of_residence @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
crewNotesCreate({CrewNote? data}) Future<Response<CrewNote>>
@param data
crewNotesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewNotesPartialUpdate({CrewNote? data, int? id}) Future<Response<CrewNote>>
@param data @param id The LASSO unique identifier for this resource.
crewNotesRead({int? id}) Future<Response<CrewNote>>
@param id The LASSO unique identifier for this resource.
crewNotesUpdate({CrewNote? data, int? id}) Future<Response<CrewNote>>
@param data @param id The LASSO unique identifier for this resource.
crewPartialUpdate({Crew? data, int? id}) Future<Response<Crew>>
@param data @param id The LASSO unique identifier for this resource.
crewPositionsCreate({CrewPosition? data}) Future<Response<CrewPosition>>
@param data
crewPositionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewPositionsPartialUpdate({CrewPosition? data, int? id}) Future<Response<CrewPosition>>
@param data @param id The LASSO unique identifier for this resource.
crewPositionsRead({int? id}) Future<Response<CrewPosition>>
@param id The LASSO unique identifier for this resource.
crewPositionsUpdate({CrewPosition? data, int? id}) Future<Response<CrewPosition>>
@param data @param id The LASSO unique identifier for this resource.
crewRatingsCreate({CrewRating? data}) Future<Response<CrewRating>>
@param data
crewRatingsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewRatingsPartialUpdate({CrewRating? data, int? id}) Future<Response<CrewRating>>
@param data @param id The LASSO unique identifier for this resource.
crewRatingsRead({int? id}) Future<Response<CrewRating>>
@param id The LASSO unique identifier for this resource.
crewRatingsUpdate({CrewRating? data, int? id}) Future<Response<CrewRating>>
@param data @param id The LASSO unique identifier for this resource.
crewRead({int? id}) Future<Response<Crew>>
@param id The LASSO unique identifier for this resource.
crewSettingsCreate({CrewSettings? data}) Future<Response<CrewSettings>>
@param data
crewSettingsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewSettingsPartialUpdate({CrewSettings? data, int? id}) Future<Response<CrewSettings>>
@param data @param id The LASSO unique identifier for this resource.
crewSettingsRead({int? id}) Future<Response<CrewSettings>>
@param id The LASSO unique identifier for this resource.
crewSettingsUpdate({CrewSettings? data, int? id}) Future<Response<CrewSettings>>
@param data @param id The LASSO unique identifier for this resource.
crewTagsCreate({CrewTag? data}) Future<Response<CrewTag>>
@param data
crewTagsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
crewTagsPartialUpdate({CrewTag? data, int? id}) Future<Response<CrewTag>>
@param data @param id The LASSO unique identifier for this resource.
crewTagsRead({int? id}) Future<Response<CrewTag>>
@param id The LASSO unique identifier for this resource.
crewTagsUpdate({CrewTag? data, int? id}) Future<Response<CrewTag>>
@param data @param id The LASSO unique identifier for this resource.
crewUpdate({Crew? data, int? id}) Future<Response<Crew>>
@param data @param id The LASSO unique identifier for this resource.
customFieldResponsesCreate({CustomFieldResponse? data}) Future<Response<CustomFieldResponse>>
@param data
customFieldResponsesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
customFieldResponsesList({String? crew, String? question, int? limit, int? offset}) Future<Response<CustomFieldResponsesGet$Response>>
@param crew @param question @param limit Number of results to return per page. @param offset The initial index from which to return the results.
customFieldResponsesPartialUpdate({CustomFieldResponse? data, int? id}) Future<Response<CustomFieldResponse>>
@param data @param id The LASSO unique identifier for this resource.
customFieldResponsesRead({int? id}) Future<Response<CustomFieldResponse>>
@param id The LASSO unique identifier for this resource.
customFieldResponsesUpdate({CustomFieldResponse? data, int? id}) Future<Response<CustomFieldResponse>>
@param data @param id The LASSO unique identifier for this resource.
customFieldsCreate({CustomField? data}) Future<Response<CustomField>>
@param data
customFieldsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
customFieldsList({String? term, String? label, int? limit, int? offset}) Future<Response<CustomFieldsGet$Response>>
@param term @param label @param limit Number of results to return per page. @param offset The initial index from which to return the results.
customFieldsPartialUpdate({CustomField? data, int? id}) Future<Response<CustomField>>
@param data @param id The LASSO unique identifier for this resource.
customFieldsRead({int? id}) Future<Response<CustomField>>
@param id The LASSO unique identifier for this resource.
customFieldsUpdate({CustomField? data, int? id}) Future<Response<CustomField>>
@param data @param id The LASSO unique identifier for this resource.
divisionsCreate({Division? data}) Future<Response<Division>>
@param data
divisionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
divisionsList({String? external_code, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<DivisionsGet$Response>>
@param external_code @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
divisionsPartialUpdate({Division? data, int? id}) Future<Response<Division>>
@param data @param id The LASSO unique identifier for this resource.
divisionsRead({int? id}) Future<Response<Division>>
@param id The LASSO unique identifier for this resource.
divisionsUpdate({Division? data, int? id}) Future<Response<Division>>
@param data @param id The LASSO unique identifier for this resource.
eventAccountUserRoleRelationshipsCreate({EventAccountUserRoleRelationship? data}) Future<Response<EventAccountUserRoleRelationship>>
@param data
eventAccountUserRoleRelationshipsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventAccountUserRoleRelationshipsList({String? event, String? account_user_role, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<EventAccountUserRoleRelationshipsGet$Response>>
@param event @param account_user_role @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventAccountUserRoleRelationshipsPartialUpdate({EventAccountUserRoleRelationship? data, int? id}) Future<Response<EventAccountUserRoleRelationship>>
@param data @param id The LASSO unique identifier for this resource.
eventAccountUserRoleRelationshipsRead({int? id}) Future<Response<EventAccountUserRoleRelationship>>
@param id The LASSO unique identifier for this resource.
eventAccountUserRoleRelationshipsUpdate({EventAccountUserRoleRelationship? data, int? id}) Future<Response<EventAccountUserRoleRelationship>>
@param data @param id The LASSO unique identifier for this resource.
eventCollectionsCreate({EventCollection? data}) Future<Response<EventCollection>>
@param data
eventCollectionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventCollectionsList({String? code, String? external_code, String? status, String? db_date_updated__gt, String? db_date_updated__lt, String? date_begin__gt, String? date_begin__lt, String? date_end__gt, String? date_end__lt, int? limit, int? offset}) Future<Response<EventCollectionsGet$Response>>
@param code @param external_code @param status @param db_date_updated__gt @param db_date_updated__lt @param date_begin__gt @param date_begin__lt @param date_end__gt @param date_end__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventCollectionsPartialUpdate({EventCollection? data, int? id}) Future<Response<EventCollection>>
@param data @param id The LASSO unique identifier for this resource.
eventCollectionsRead({int? id}) Future<Response<EventCollection>>
@param id The LASSO unique identifier for this resource.
eventCollectionsUpdate({EventCollection? data, int? id}) Future<Response<EventCollection>>
@param data @param id The LASSO unique identifier for this resource.
eventGroupsCreate({EventGroup? data}) Future<Response<EventGroup>>
@param data
eventGroupsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventGroupsList({String? event, String? name, String? venue, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<EventGroupsGet$Response>>
@param event @param name @param venue @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventGroupsPartialUpdate({EventGroup? data, int? id}) Future<Response<EventGroup>>
@param data @param id The LASSO unique identifier for this resource.
eventGroupsRead({int? id}) Future<Response<EventGroup>>
@param id The LASSO unique identifier for this resource.
eventGroupsUpdate({EventGroup? data, int? id}) Future<Response<EventGroup>>
@param data @param id The LASSO unique identifier for this resource.
eventNotesCreate({EventNote? data}) Future<Response<EventNote>>
@param data
eventNotesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventNotesPartialUpdate({EventNote? data, int? id}) Future<Response<EventNote>>
@param data @param id The LASSO unique identifier for this resource.
eventNotesRead({int? id}) Future<Response<EventNote>>
@param id The LASSO unique identifier for this resource.
eventNotesUpdate({EventNote? data, int? id}) Future<Response<EventNote>>
@param data @param id The LASSO unique identifier for this resource.
eventPositionsCreate({EventPosition? data}) Future<Response<EventPosition>>
@param data
eventPositionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventPositionsList({String? external_code, String? status, int? limit, int? offset}) Future<Response<EventPositionsGet$Response>>
@param external_code @param status @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventPositionsPartialUpdate({EventPosition? data, int? id}) Future<Response<EventPosition>>
@param data @param id The LASSO unique identifier for this resource.
eventPositionsRead({int? id}) Future<Response<EventPosition>>
@param id The LASSO unique identifier for this resource.
eventPositionsUpdate({EventPosition? data, int? id}) Future<Response<EventPosition>>
@param data @param id The LASSO unique identifier for this resource.
eventRolesCreate({EventRole? data}) Future<Response<EventRole>>
@param data
eventRolesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventRolesList({String? event, String? group, String? role, String? crew, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<EventRolesGet$Response>>
@param event @param group @param role @param crew @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventRolesPartialUpdate({EventRole? data, int? id}) Future<Response<EventRole>>
@param data @param id The LASSO unique identifier for this resource.
eventRolesRead({int? id}) Future<Response<EventRole>>
@param id The LASSO unique identifier for this resource.
eventRolesUpdate({EventRole? data, int? id}) Future<Response<EventRole>>
@param data @param id The LASSO unique identifier for this resource.
eventRosterPositionsCreate({EventRosterPosition? data}) Future<Response<EventRosterPosition>>
@param data
eventRosterPositionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventRosterPositionsList({String? event, String? event_position, String? crew, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<EventRosterPositionsGet$Response>>
@param event @param event_position @param crew @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventRosterPositionsPartialUpdate({EventRosterPosition? data, int? id}) Future<Response<EventRosterPosition>>
@param data @param id The LASSO unique identifier for this resource.
eventRosterPositionsRead({int? id}) Future<Response<EventRosterPosition>>
@param id The LASSO unique identifier for this resource.
eventRosterPositionsUpdate({EventRosterPosition? data, int? id}) Future<Response<EventRosterPosition>>
@param data @param id The LASSO unique identifier for this resource.
eventsCreate({Event? data}) Future<Response<Event>>
@param data
eventsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
eventsList({String? code, String? external_code, String? status, String? db_date_updated__gt, String? db_date_updated__lt, String? date_begin__gt, String? date_begin__lt, String? date_end__gt, String? date_end__lt, String? date_changed__gt, String? date_changed__lt, int? limit, int? offset}) Future<Response<EventsGet$Response>>
@param code @param external_code @param status @param db_date_updated__gt @param db_date_updated__lt @param date_begin__gt @param date_begin__lt @param date_end__gt @param date_end__lt @param date_changed__gt @param date_changed__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
eventsPartialUpdate({Event? data, int? id}) Future<Response<Event>>
@param data @param id The LASSO unique identifier for this resource.
eventsRead({int? id}) Future<Response<Event>>
@param id The LASSO unique identifier for this resource.
eventsUpdate({Event? data, int? id}) Future<Response<Event>>
@param data @param id The LASSO unique identifier for this resource.
marketsList({int? limit, int? offset}) Future<Response<MarketsGet$Response>>
@param limit Number of results to return per page. @param offset The initial index from which to return the results.
marketsRead({int? id}) Future<Response<Market>>
@param id The LASSO unique identifier for this resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
positionsCreate({Position? data}) Future<Response<Position>>
@param data
positionsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
positionsList({String? external_code, String? name, String? import_name, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<PositionsGet$Response>>
@param external_code @param name @param import_name @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
positionsPartialUpdate({Position? data, int? id}) Future<Response<Position>>
@param data @param id The LASSO unique identifier for this resource.
positionsRead({int? id}) Future<Response<Position>>
@param id The LASSO unique identifier for this resource.
positionsUpdate({Position? data, int? id}) Future<Response<Position>>
@param data @param id The LASSO unique identifier for this resource.
scheduleEntriesCreate({ScheduleEntry? data}) Future<Response<ScheduleEntry>>
@param data
scheduleEntriesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
scheduleEntriesList({String? external_code, String? db_date_updated__gt, String? db_date_updated__lt, String? utc_start__gt, String? utc_start__lt, String? utc_end__gt, String? utc_end__lt, int? limit, int? offset}) Future<Response<ScheduleEntriesGet$Response>>
@param external_code @param db_date_updated__gt @param db_date_updated__lt @param utc_start__gt @param utc_start__lt @param utc_end__gt @param utc_end__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
scheduleEntriesPartialUpdate({ScheduleEntry? data, int? id}) Future<Response<ScheduleEntry>>
@param data @param id The LASSO unique identifier for this resource.
scheduleEntriesRead({int? id}) Future<Response<ScheduleEntry>>
@param id The LASSO unique identifier for this resource.
scheduleEntriesUpdate({ScheduleEntry? data, int? id}) Future<Response<ScheduleEntry>>
@param data @param id The LASSO unique identifier for this resource.
tagsCreate({Tag? data}) Future<Response<Tag>>
@param data
tagsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
tagsList({int? limit, int? offset}) Future<Response<TagsGet$Response>>
@param limit Number of results to return per page. @param offset The initial index from which to return the results.
tagsPartialUpdate({Tag? data, int? id}) Future<Response<Tag>>
@param data @param id The LASSO unique identifier for this resource.
tagsRead({int? id}) Future<Response<Tag>>
@param id The LASSO unique identifier for this resource.
tagsUpdate({Tag? data, int? id}) Future<Response<Tag>>
@param data @param id The LASSO unique identifier for this resource.
timezonesList({int? limit, int? offset}) Future<Response<TimezonesGet$Response>>
@param limit Number of results to return per page. @param offset The initial index from which to return the results.
timezonesRead({int? id}) Future<Response<Timezone>>
@param id A unique value identifying this timezone.
toString() String
A string representation of this object.
inherited
vendorsCreate({Vendor? data}) Future<Response<Vendor>>
@param data
vendorsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
vendorsList({String? external_code, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<VendorsGet$Response>>
@param external_code @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
vendorsPartialUpdate({Vendor? data, int? id}) Future<Response<Vendor>>
@param data @param id The LASSO unique identifier for this resource.
vendorsRead({int? id}) Future<Response<Vendor>>
@param id The LASSO unique identifier for this resource.
vendorsUpdate({Vendor? data, int? id}) Future<Response<Vendor>>
@param data @param id The LASSO unique identifier for this resource.
venueContactsCreate({VenueContact? data}) Future<Response<VenueContact>>
@param data
venueContactsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
venueContactsPartialUpdate({VenueContact? data, int? id}) Future<Response<VenueContact>>
@param data @param id The LASSO unique identifier for this resource.
venueContactsRead({int? id}) Future<Response<VenueContact>>
@param id The LASSO unique identifier for this resource.
venueContactsUpdate({VenueContact? data, int? id}) Future<Response<VenueContact>>
@param data @param id The LASSO unique identifier for this resource.
venueNotesCreate({VenueNote? data}) Future<Response<VenueNote>>
@param data
venueNotesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
venueNotesPartialUpdate({VenueNote? data, int? id}) Future<Response<VenueNote>>
@param data @param id The LASSO unique identifier for this resource.
venueNotesRead({int? id}) Future<Response<VenueNote>>
@param id The LASSO unique identifier for this resource.
venueNotesUpdate({VenueNote? data, int? id}) Future<Response<VenueNote>>
@param data @param id The LASSO unique identifier for this resource.
venueRoomsCreate({VenueRoom? data}) Future<Response<VenueRoom>>
@param data
venueRoomsDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
venueRoomsPartialUpdate({VenueRoom? data, int? id}) Future<Response<VenueRoom>>
@param data @param id The LASSO unique identifier for this resource.
venueRoomsRead({int? id}) Future<Response<VenueRoom>>
@param id The LASSO unique identifier for this resource.
venueRoomsUpdate({VenueRoom? data, int? id}) Future<Response<VenueRoom>>
@param data @param id The LASSO unique identifier for this resource.
venuesCreate({Venue? data}) Future<Response<Venue>>
@param data
venuesDelete({int? id}) Future<Response>
@param id The LASSO unique identifier for this resource.
venuesList({String? external_code, String? code, String? name, String? status, String? db_date_updated__gt, String? db_date_updated__lt, int? limit, int? offset}) Future<Response<VenuesGet$Response>>
@param external_code @param code @param name @param status @param db_date_updated__gt @param db_date_updated__lt @param limit Number of results to return per page. @param offset The initial index from which to return the results.
venuesPartialUpdate({Venue? data, int? id}) Future<Response<Venue>>
@param data @param id The LASSO unique identifier for this resource.
venuesRead({int? id}) Future<Response<Venue>>
@param id The LASSO unique identifier for this resource.
venuesUpdate({Venue? data, int? id}) Future<Response<Venue>>
@param data @param id The LASSO unique identifier for this resource.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create([ChopperClient? client]) Lasso