Returns the admin API client associated with this context.
(&self)
| 225 | |
| 226 | /// Returns the admin API client associated with this context. |
| 227 | pub fn admin_client(&self) -> &AdminClient { |
| 228 | &self.admin_client |
| 229 | } |
| 230 | |
| 231 | /// Returns the cloud API client associated with this context. |
| 232 | pub fn cloud_client(&self) -> &CloudClient { |