ClientPoliciesDtoFeatureOptionsListingScreen
data class ClientPoliciesDtoFeatureOptionsListingScreen(showWeeklyGrouping: Boolean?, showMonthlyGrouping: Boolean?)
Content copied to clipboard
Parameters
showWeeklyGrouping
@param showMonthlyGrouping
Constructors
ClientPoliciesDtoFeatureOptionsListingScreen
Link copied to clipboard
fun ClientPoliciesDtoFeatureOptionsListingScreen(showWeeklyGrouping: Boolean? = null, showMonthlyGrouping: Boolean? = null)
Content copied to clipboard
@param showMonthlyGrouping
Properties
showMonthlyGrouping
Link copied to clipboard
@SerializedName(value = showMonthlyGrouping)
Content copied to clipboard
showWeeklyGrouping
Link copied to clipboard
@SerializedName(value = showWeeklyGrouping)
Content copied to clipboard