Struct google_datastore1_beta3::PropertyOrder[][src]

pub struct PropertyOrder {
    pub direction: Option<String>,
    pub property: Option<PropertyReference>,
}

The desired order for a specific property.

This type is not used in any activity, and only used as part of another schema.

Fields

The direction to order by. Defaults to ASCENDING.

The property to order by.

Trait Implementations

impl Default for PropertyOrder
[src]

Returns the "default value" for a type. Read more

impl Clone for PropertyOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PropertyOrder
[src]

Formats the value using the given formatter. Read more

impl Part for PropertyOrder
[src]

Auto Trait Implementations