Legal

public struct Legal : Codable

A root object that stores information about a legal resource.

Properties

  • The type of the legal resource.

    Declaration

    Swift

    public let type: String
  • The relative link to where the legal resource is located.

    Declaration

    Swift

    public let href: String
  • The attributes belonging to the legal resource.

    Declaration

    Swift

    public let attributes: Legal.Attributes
  • A root object that stores information about a single legal resource, such as the legal text.

    See more

    Declaration

    Swift

    public struct Attributes : Codable