Struct google_content2::api::PosStore [−][src]
pub struct PosStore {
pub kind: Option<String>,
pub store_address: Option<String>,
pub store_code: Option<String>,
}Expand description
Store resource.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get pos (response)
- insert pos (request|response)
Fields
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “content#posStore”
store_address: Option<String>Required. The street address of the store.
store_code: Option<String>Required. A store identifier that is unique for the given merchant.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PosStore
impl UnwindSafe for PosStore
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more