UpdateDropsEntitlementsRequest

public struct UpdateDropsEntitlementsRequest : JSONConstructableRequest

Update Drops Entitlements: https://dev.twitch.tv/docs/api/reference/#update-drops-entitlements

  • url

    Undocumented

    Declaration

    Swift

    public let url: URL?
  • Undocumented

    Declaration

    Swift

    public let method: HTTPMethod
  • Undocumented

    Declaration

    Swift

    public let data: Data
  • Undocumented

    Declaration

    Swift

    public init(entitlementIds: [String], fulfillmentStatus: String) throws