IncomingSharingPolicy
public struct IncomingSharingPolicy: Decodable
A type to describe an existing policy for records written by others and shared with the client
-
The identifier for the user sharing with the client
Declaration
Swift
public let writerId: UUID
-
The type of record shared
Declaration
Swift
public let type: String
-
A name for the given user
Declaration
Swift
public let writerName: String?