30 #ifndef GOOGLE_CLASSROOM_API_MODIFY_ATTACHMENTS_REQUEST_H_ 31 #define GOOGLE_CLASSROOM_API_MODIFY_ATTACHMENTS_REQUEST_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/classroom_api/attachment.h" 85 return StringPiece(
"google_classroom_api::ModifyAttachmentsRequest");
94 return Storage().isMember(
"addAttachments");
101 MutableStorage()->removeMember(
"addAttachments");
109 const client::JsonCppArray<Attachment > get_add_attachments()
const;
122 client::JsonCppArray<Attachment > mutable_addAttachments();
128 #endif // GOOGLE_CLASSROOM_API_MODIFY_ATTACHMENTS_REQUEST_H_ bool has_add_attachments() const
Definition: modify_attachments_request.h:93
const StringPiece GetTypeName() const
Definition: modify_attachments_request.h:84
Definition: modify_attachments_request.h:51
Definition: announcement.h:41
Definition: announcement.cc:43
void clear_add_attachments()
Definition: modify_attachments_request.h:100