Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RoomsCreateRoomOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • RoomsCreateRoomOptionalParams

Index

Properties

Optional repeatabilityFirstSent

repeatabilityFirstSent: Date

If Repeatability-Request-ID header is specified, then Repeatability-First-Sent header must also be specified. The value should be the date and time at which the request was first created, expressed using the IMF-fixdate form of HTTP-date

Optional repeatabilityRequestID

repeatabilityRequestID: undefined | string

If specified, the client directs that the request is repeatable; that is, that the client can make the request multiple times with the same Repeatability-Request-Id and get back an appropriate response without the server executing the request multiple times. The value of the Repeatability-Request-Id is an opaque string representing a client-generated, globally unique for all time, identifier for the request. It is recommended to use version 4 (random) UUIDs.

Generated using TypeDoc