models_v2.project_scope_params module

class models_v2.project_scope_params.ProjectScopeParams(project_name=None, domain_name=None)[source]

Bases: object

Implementation of the ‘ProjectScopeParams’ model.

Specifies the parameters for project type scope.

Attributes:

project_name (string): Specifies the project name. domain_name (string): Specifies the domain name of the project.

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.