Struct google_datastore1::GoogleDatastoreAdminV1IndexedProperty[][src]

pub struct GoogleDatastoreAdminV1IndexedProperty {
    pub direction: Option<String>,
    pub name: Option<String>,
}

Next tag: 3

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

Fields

The indexed property's direction. Must not be DIRECTION_UNSPECIFIED. Required.

The property name to index. Required.

Trait Implementations

impl Default for GoogleDatastoreAdminV1IndexedProperty
[src]

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

impl Clone for GoogleDatastoreAdminV1IndexedProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleDatastoreAdminV1IndexedProperty
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleDatastoreAdminV1IndexedProperty
[src]

Auto Trait Implementations