Struct google_pubsub1::UpdateSubscriptionRequest [−][src]
pub struct UpdateSubscriptionRequest {
pub update_mask: Option<String>,
pub subscription: Option<Subscription>,
}Request for the UpdateSubscription method.
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).
- subscriptions patch projects (request)
Fields
update_mask: Option<String>
Indicates which fields in the provided subscription to update. Must be specified and non-empty.
subscription: Option<Subscription>
The updated subscription object.
Trait Implementations
impl Default for UpdateSubscriptionRequest[src]
impl Default for UpdateSubscriptionRequestfn default() -> UpdateSubscriptionRequest[src]
fn default() -> UpdateSubscriptionRequestReturns the "default value" for a type. Read more
impl Clone for UpdateSubscriptionRequest[src]
impl Clone for UpdateSubscriptionRequestfn clone(&self) -> UpdateSubscriptionRequest[src]
fn clone(&self) -> UpdateSubscriptionRequestReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UpdateSubscriptionRequest[src]
impl Debug for UpdateSubscriptionRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for UpdateSubscriptionRequest[src]
impl RequestValue for UpdateSubscriptionRequestAuto Trait Implementations
impl Send for UpdateSubscriptionRequest
impl Send for UpdateSubscriptionRequestimpl Sync for UpdateSubscriptionRequest
impl Sync for UpdateSubscriptionRequest