ai_api_client_sdk.models.extensions_resource_groups module

class ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups(version: str, **kwargs)

Bases: object

The ExtensionsResourceGroups object represents the metadata and capabilities of the Resource Groups API

Parameters:
  • version (str) – Version of the Resource Groups API

  • **kwargs – The keyword arguments are there in case there are additional attributes returned from server

__init__(version: str, **kwargs)
static from_dict(extensions_resource_groups_dict: Dict[str, str])

Returns a ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups object, created from the values in the dict provided as parameter

Parameters:

extensions_resource_groups_dict (Dict[str, str]) – Dict which includes the necessary values to create the object

Returns:

An object, created from the values provided

Return type:

class:ai_api_client_sdk.models.extensions_resource_groups.ExtensionsResourceGroups