Skip to main content

WalkTimeRestrictionsConfigurationInput

Defines the input for meeting walk time restrictions configuration.

input WalkTimeRestrictionsConfigurationInput {
maximumWalkTimeSeconds: Int
numberOfMeetingsAllowedPerDayThatCanExceedMaximumWalkTime: Int
numberOfSecondsToWalkTenMeters: Int
}

Fields

WalkTimeRestrictionsConfigurationInput.maximumWalkTimeSeconds ● Int scalar

The maximum walk time between consecutive meetings in seconds. Optional.

WalkTimeRestrictionsConfigurationInput.numberOfMeetingsAllowedPerDayThatCanExceedMaximumWalkTime ● Int scalar

The number of meetings allowed per day that can exceed the maximum walk time. Optional.

WalkTimeRestrictionsConfigurationInput.numberOfSecondsToWalkTenMeters ● Int scalar

The number of seconds to walk 10 meters. Optional.

Member Of

RegistrationPreferenceMeetingMatchingConfigurationInput input