BookingOptions
public struct BookingOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The resource’s ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
Declaration
Swift
public let autoAcceptRequests: Bool?
-
The resource’s ability to automatically decline any conflicting requests.
Declaration
Swift
public let autoDeclineConflictingRequests: Bool?
-
The resource’s ability to automatically decline any recurring requests.
Declaration
Swift
public let autoDeclineRecurringRequests: Bool?
-
Undocumented
Declaration
Swift
public init(autoAcceptRequests: Bool? = nil, autoDeclineConflictingRequests: Bool? = nil, autoDeclineRecurringRequests: Bool? = nil)