SaveCategoryGroup

public struct SaveCategoryGroup : Codable, Equatable, Sendable

A model representing a category group to be saved or updated

  • The name of the category group. The name must be a maximum of 50 characters.

    Declaration

    Swift

    public let name: String
  • Creates a new SaveCategoryGroup instance

    Declaration

    Swift

    public init(name: String)

    Parameters

    name

    The name of the category group (maximum 50 characters)