Nominated Facility
Represents a facility that has been nominated by a user.
This data class holds all the relevant information about a nominated fitness club or facility, including its contact details, address, and nomination status.
Constructors
Properties
The date and time when the nomination was created, as a String.
Indicates whether the member is currently registered with the facility.
The name of the manager at the facility, if known.
The backend-assigned identifier for this nomination record (the nominated-club id). null when the backend omitted the id in its response — for example for an in-flight submission that has not yet been persisted with an id.
The nomination's review state as a backend-provided string. Treated case-insensitively by substring: values containing "approve" or "verified" indicate an accepted nomination, "reject" or "deni(ed)" indicate a declined one, and anything else (including null or empty) is treated as pending review.