30 #ifndef GOOGLE_GMAIL_API_LIST_DELEGATES_RESPONSE_H_ 31 #define GOOGLE_GMAIL_API_LIST_DELEGATES_RESPONSE_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/gmail_api/delegate.h" 85 return StringPiece(
"google_gmail_api::ListDelegatesResponse");
94 return Storage().isMember(
"delegates");
101 MutableStorage()->removeMember(
"delegates");
108 const client::JsonCppArray<Delegate > get_delegates()
const;
118 client::JsonCppArray<Delegate > mutable_delegates();
124 #endif // GOOGLE_GMAIL_API_LIST_DELEGATES_RESPONSE_H_ void clear_delegates()
Definition: list_delegates_response.h:100
const StringPiece GetTypeName() const
Definition: list_delegates_response.h:84
Definition: auto_forwarding.h:38
bool has_delegates() const
Definition: list_delegates_response.h:93
Definition: list_delegates_response.h:51
Definition: auto_forwarding.cc:40