class E3DB::IncomingSharingPolicy

Information about records shared with this client.

The {Client#incoming_sharing} method returns a list of {IncomingSharingPolicy} instances, each of which describes a rule allowing this client to read records of a specific type, written by another client.

@!attribute writer_id

@return [String] unique ID of the writer that shared with this client

@!attribute writer_name

@return [String] display name of the writer, if available

@!attribute record_type

@return [String] type of record shared with this client