models_v2.domain_controllers_response module

class models_v2.domain_controllers_response.DomainControllersResponse(domain_controllers=None)[source]

Bases: object

Implementation of the ‘DomainControllersResponse’ model.

Specifies the response of get domain controllers request.

Attributes:
domain_controllers (list of DomainControllers): A list of domain names

with a list of it’s domain controllers.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.