pub struct Testers {
pub google_groups: Option<Vec<String>>,
}Expand description
The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this 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).
- testers get edits (response)
- testers patch edits (request|response)
- testers update edits (request|response)
Fields§
§google_groups: Option<Vec<String>>All testing Google Groups, as email addresses.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Testers
impl<'de> Deserialize<'de> for Testers
Source§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
impl RequestValue for Testers
impl ResponseResult for Testers
Auto Trait Implementations§
impl Freeze for Testers
impl RefUnwindSafe for Testers
impl Send for Testers
impl Sync for Testers
impl Unpin for Testers
impl UnwindSafe for Testers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more