Represents the response structure for retrieving a list of plans. Contains a list of plans, the total number of plans, and the offset for pagination.
Creates an instance of the ListPlanResponse class.
ListPlanResponse
The data containing the list of plans, total count, and offset.
The offset used for pagination.
The list of plans being returned in the response.
The total number of plans available.
A list of plans returned in the response.
Represents the response structure for retrieving a list of plans. Contains a list of plans, the total number of plans, and the offset for pagination.