[][src]Struct reso_dd::Showing

pub struct Showing {
    pub agent_originating_system_id: Option<String>,
    pub agent_originating_system_name: Option<String>,
    pub agent_source_system_id: Option<String>,
    pub agent_source_system_name: Option<String>,
    pub listing_id: Option<String>,
    pub listing_key: Option<String>,
    pub listing_key_numeric: Option<f64>,
    pub listing_originating_system_id: Option<String>,
    pub listing_originating_system_name: Option<String>,
    pub listing_source_system_id: Option<String>,
    pub listing_source_system_name: Option<String>,
    pub modification_timestamp: Option<DateTime<FixedOffset>>,
    pub original_entry_timestamp: Option<DateTime<FixedOffset>>,
    pub originating_system_agent_key: Option<String>,
    pub originating_system_listing_key: Option<String>,
    pub originating_system_showing_key: Option<String>,
    pub showing_agent_key: Option<String>,
    pub showing_agent_key_numeric: Option<f64>,
    pub showing_agent_mls_id: Option<String>,
    pub showing_end_timestamp: Option<DateTime<FixedOffset>>,
    pub showing_id: Option<String>,
    pub showing_key: Option<String>,
    pub showing_key_numeric: Option<f64>,
    pub showing_originating_system_id: Option<String>,
    pub showing_originating_system_name: Option<String>,
    pub showing_requested_timestamp: Option<DateTime<FixedOffset>>,
    pub showing_source_system_id: Option<String>,
    pub showing_source_system_name: Option<String>,
    pub showing_start_timestamp: Option<DateTime<FixedOffset>>,
    pub source_system_agent_key: Option<String>,
    pub source_system_listing_key: Option<String>,
    pub source_system_showing_key: Option<String>,
}

Fields

agent_originating_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the listing was input. In cases where the Originating system was not where the record was retrieved, see the Source System fields.

AgentOriginatingSystemID

agent_originating_system_name: Option<String>

The name of the Originating record provider. Most commonly the name of the MLS. The place where the listing is originally input by the member. The legal name of the company. In cases where the Originating system was not where the record was retrieved, see hte Source System fields.

AgentOriginatingSystemName

agent_source_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields.

AgentSourceSystemID

agent_source_system_name: Option<String>

The name of the immediate record provider. The system from which the record was directly received. The legal name of the company. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields.

AgentSourceSystemName

listing_id: Option<String>

The well known identifier for the listing being shown. The value may be identical to that of the Listing Key, but the Listing ID is intended to be the value used by a human to retrieve the information about a specific listing. In a multiple originating system or a merged system, this value may not be unique and may require the use of the provider system to create a synthetic unique value.

ListingId

listing_key: Option<String>

A unique identifier for this record. This is a string that can include URI or other forms. Alternatively use the ListingKeyNumeric for a numeric only key field. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemKey and OriginatingSystemKey.

ListingKey

listing_key_numeric: Option<f64>

A unique identifier for this record. This is the numeric only key and used as an alternative to the ListingKey fields. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemKey and OriginatingSystemKey.

ListingKeyNumeric

listing_originating_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the listing was input. In cases where the Originating system was not where the record was retrieved, see the Source System fields.

ListingOriginatingSystemID

listing_originating_system_name: Option<String>

The name of the Originating record provider. Most commonly the name of the MLS. The place where the listing is originally input by the member. The legal name of the company. In cases where the Originating system was not where the record was retrieved, see the Source System fields.

ListingOriginatingSystemName

listing_source_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields.

ListingSourceSystemID

listing_source_system_name: Option<String>

The name of the immediate record provider. The system from which the record was directly received. The legal name of the company. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields

ListingSourceSystemName

modification_timestamp: Option<DateTime<FixedOffset>>

The transactional timestamp automatically recorded by the system representing the date/time the Showing record was last modified.

ModificationTimestamp

original_entry_timestamp: Option<DateTime<FixedOffset>>

The transactional timestamp automatically recorded by the system representing the date/time the Showing record was entered and made visible to members of the system.

OriginalEntryTimestamp

originating_system_agent_key: Option<String>

The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the member was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information.

OriginatingSystemAgentKey

originating_system_listing_key: Option<String>

The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the member was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information.

OriginatingSystemListingKey

originating_system_showing_key: Option<String>

The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the member was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information.

OriginatingSystemShowingKey

showing_agent_key: Option<String>

A system unique identifier of the member who has scheduled to access the property. Specifically, in aggregation systems, the ListAgentKey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. This is a foreign key relating to the Member resource's MemberKey.

ShowingAgentKey

showing_agent_key_numeric: Option<f64>

A system unique identifier of the member who has scheduled to access the property. Specifically, in aggregation systems, the ListAgentKey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. This is a foreign key relating to the Member resource's MemberKey. This is the numeric only key and used as an alternative to the ShowingAgentKey field.

ShowingAgentKeyNumeric

showing_agent_mls_id: Option<String>

The local, well-known identifier for the member who has scheduled to access the property, most commonly representing a buyer. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system.

ShowingAgentMlsID

showing_end_timestamp: Option<DateTime<FixedOffset>>

The date and time the showing ends. Where other timestamps are typically stored in UTC, showing start and end date/times are typically stored in the local time zone of the property being showed.

ShowingEndTimestamp

showing_id: Option<String>

The well-known identifier for the showing record. The value may be identical to that of the ShowingKey, but the ShowingID is intended to be the value used by a human to retrieve the information about a specific showing. In a multiple originating system or a merged system, this value may not be unique and may require the use of the provider system to create a synthetic unique value.

ShowingId

showing_key: Option<String>

A unique identifier for this record from the immediate source. This is a string that can include URI or other forms. Alternatively use the ShowingKeyNumeric for a numeric only key field. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemKey and OriginatingSystemKey.

ShowingKey

showing_key_numeric: Option<f64>

A unique identifier for this record from the immediate source. This is the numeric only key and used as an alternative to the ShowingKey field. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemKey and OriginatingSystemKey.

ShowingKeyNumeric

showing_originating_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the listing was input. In cases where the Originating system was not where the record originated (the authoritative system), see the Originating System fields.

ShowingOriginatingSystemID

showing_originating_system_name: Option<String>

The name of the Originating record provider. Most commonly the name of the MLS. The place where the listing is originally input by the member. The legal name of the company.

ShowingOriginatingSystemName

showing_requested_timestamp: Option<DateTime<FixedOffset>>

The date/time when the showing agent submitted their request to access the property. This is a system timestamp normally generated by a showing system, which is commonly the Originating System for showing records.

ShowingRequestedTimestamp

showing_source_system_id: Option<String>

The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields.

ShowingSourceSystemID

showing_source_system_name: Option<String>

The name of the immediate record provider. The system from which the record was directly received. The legal name of the company.

ShowingSourceSystemName

showing_start_timestamp: Option<DateTime<FixedOffset>>

The date and time the showing begins. Where other timestamps are typically stored in UTC, showing start and end date/times are typically stored in the local time zone of the property being showed.

ShowingStartTimestamp

source_system_agent_key: Option<String>

The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields.

SourceSystemAgentKey

source_system_listing_key: Option<String>

The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields.

SourceSystemListingKey

source_system_showing_key: Option<String>

The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields.

SourceSystemShowingKey

Trait Implementations

impl Clone for Showing[src]

impl Debug for Showing[src]

impl Default for Showing[src]

impl<'de> Deserialize<'de> for Showing[src]

impl Serialize for Showing[src]

Auto Trait Implementations

impl RefUnwindSafe for Showing

impl Send for Showing

impl Sync for Showing

impl Unpin for Showing

impl UnwindSafe for Showing

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.