Speakers

public struct Speakers : Codable, Equatable

Information about all speaker models for the service instance.

  • An array of Speaker objects that provides information about the speakers for the service instance. The array is empty if the service instance has no speakers.

    Declaration

    Swift

    public var speakers: [Speaker]