[−][src]Struct google_content2::Account
Account data. After the creation of a new account it may take a few minutes before it is fully operational. The methods delete, insert, patch, and update 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).
- custombatch accounts (none)
- patch accounts (request|response)
- get accounts (response)
- update accounts (request|response)
- list accounts (none)
- authinfo accounts (none)
- claimwebsite accounts (none)
- link accounts (none)
- delete accounts (none)
- insert accounts (request|response)
Fields
reviews_url: Option<String>[DEPRECATED] This field is never returned and will be ignored if provided.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string "content#account".
name: Option<String>Display name for the account.
youtube_channel_links: Option<Vec<AccountYouTubeChannelLink>>List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status active to the list. It will remain in a pending state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.
adult_content: Option<bool>Indicates whether the merchant sells adult content.
id: Option<String>Merchant Center account ID.
website_url: Option<String>The merchant's website.
business_information: Option<AccountBusinessInformation>The business information of the account.
google_my_business_link: Option<AccountGoogleMyBusinessLink>The GMB account which is linked or in the process of being linked with the Merchant Center account.
seller_id: Option<String>Client-specific, locally-unique, internal ID for the child account.
adwords_links: Option<Vec<AccountAdwordsLink>>List of linked AdWords accounts that are active or pending approval. To create a new link request, add a new link with status active to the list. It will remain in a pending state until approved or rejected either in the AdWords interface or through the AdWords API. To delete an active link, or to cancel a link request, remove it from the list.
users: Option<Vec<AccountUser>>Users with access to the account. Every account (except for subaccounts) must have at least one admin user.
Trait Implementations
impl Resource for Account[src]
impl ResponseResult for Account[src]
impl RequestValue for Account[src]
impl Default for Account[src]
impl Clone for Account[src]
fn clone(&self) -> Account[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Account[src]
impl Serialize for Account[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de> Deserialize<'de> for Account[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for Account
impl Unpin for Account
impl Sync for Account
impl UnwindSafe for Account
impl RefUnwindSafe for Account
Blanket Implementations
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,