ChangeLinkExpirationPolicy
public enum ChangeLinkExpirationPolicy : CustomStringConvertible, JSONRepresentable
Policy for deciding whether the team’s default expiration days policy must be enforced when an externally shared link is updated
-
An unspecified error.
Declaration
Swift
case allowed
-
An unspecified error.
Declaration
Swift
case notAllowed
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }