models_v2.common_source_registration_request_params module¶
- 
class 
models_v2.common_source_registration_request_params.CommonSourceRegistrationRequestParams(environment=None, name=None)[source]¶ Bases:
objectImplementation of the ‘CommonSourceRegistrationRequestParams’ model.
Specifies the parameters which are common between all Protection Source registrations.
- Attributes:
 - environment (Environment8Enum): Specifies the environment type of the
 Protection Source.
name (string): A user specified name for this source.
- 
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.