JoinGroupChallengeResponseSetting

public struct JoinGroupChallengeResponseSetting : ChallengeResponseSetting, Equatable

Struct representing Challenge response settings for Join Group Challenges.

  • The object that holds Group Entity.

    Declaration

    Swift

    public var groups: [Group]
  • The object that holds maximum number of groups.

    Declaration

    Swift

    public var maxNumberOfGroup: Int
  • Undocumented

    Declaration

    Swift

    public init(groups: [Group], maxNumberOfGroup: Int)

JoinGroupChallengeResponseSetting

  • Declaration

    Swift

    public init(from decoder: Decoder) throws