IndoorSectionNoticeDetails

public struct IndoorSectionNoticeDetails : Hashable

Detailed description entry for an indoor section notice.

  • The detail type identifier.

    Declaration

    Swift

    public var type: String
  • The cause describing the reason for the notice detail.

    Declaration

    Swift

    public var cause: String
  • The title providing a short summary of the notice detail.

    Declaration

    Swift

    public var title: String
  • Creates a new instance.

    Declaration

    Swift

    public init(type: String = "", cause: String = "", title: String = "")