Struct google_content2::api::LiaSettings [−][src]
pub struct LiaSettings {
pub account_id: Option<String>,
pub country_settings: Option<Vec<LiaCountrySettings>>,
pub kind: Option<String>,
}Expand description
Local Inventory ads (LIA) settings. All methods except listposdataproviders require the admin role.
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 liasettings (response)
- update liasettings (request|response)
Fields
account_id: Option<String>The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.
country_settings: Option<Vec<LiaCountrySettings>>The LIA settings for each country.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “content#liaSettings”
Trait Implementations
Returns the “default value” for a type. Read more
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 LiaSettings
impl Send for LiaSettings
impl Sync for LiaSettings
impl Unpin for LiaSettings
impl UnwindSafe for LiaSettings
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more