GroupName

public class GroupName : SdkObject
extension GroupName: Equatable

Name of a group.

Must be between 1 and 100 characters long.

  • Constructs a GroupName from the provided String.

    Fails if the string contains invalid characters.

    Declaration

    Swift

    public convenience init?(_ name: String)
  • Name of the group

    Declaration

    Swift

    public lazy var name: String { get set }
  • Declaration

    Swift

    public static func == (lhs: GroupName, rhs: GroupName) -> Bool