SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::group::RenameSuccess Class Reference

Convenience type that bundles all parameters passed to method cbe::delegate::group::RenameDelegate::onRenameSuccess. More...

#include <RenameSuccess.h>

Collaboration diagram for cbe::delegate::group::RenameSuccess:

Public Member Functions

 RenameSuccess (cbe::DefaultCtor)
 
 RenameSuccess (cbe::Group &&group, std::string &&newName)
 
 operator bool () const
 Checks if current instance is valid. More...
 

Public Attributes

cbe::Group group {cbe::DefaultCtor{}}
 
std::string newName {}
 

Detailed Description

Convenience type that bundles all parameters passed to method cbe::delegate::group::RenameDelegate::onRenameSuccess.

Member Function Documentation

◆ operator bool()

cbe::delegate::group::RenameSuccess::operator bool ( ) const
explicit

Checks if current instance is valid.

Returns
true: is valid

The documentation for this class was generated from the following file: