KindlyEventAttachment

public struct KindlyEventAttachment

Attachment data for events

  • id

    Attachment ID

    Declaration

    Swift

    public let id: String
  • Attachment name

    Declaration

    Swift

    public let name: String
  • Attachment format

    Declaration

    Swift

    public let format: String
  • Attachment status

    Declaration

    Swift

    public let status: String
  • Attachment sender

    Declaration

    Swift

    public let sender: String
  • Storage path

    Declaration

    Swift

    public let storagePath: String
  • Undocumented

    Declaration

    Swift

    public init(
    	id: String,
    	name: String,
    	format: String,
    	status: String,
    	sender: String,
    	storagePath: String
    )