Interface PostStreamLocationsRequest

interface PostStreamLocationsRequest {
    failIfExists?: boolean;
    streamLocation: StreamLocation;
}

Properties

failIfExists?: boolean
streamLocation: StreamLocation