models_v2.construct_meta_info_result module

class models_v2.construct_meta_info_result.ConstructMetaInfoResult(environment=None, oracle_params=None)[source]

Bases: object

Implementation of the ‘ConstructMetaInfoResult’ model.

Result to store meta-info from an object snapshot and additional information.

Attributes:
environment (Environment14Enum): Specifies the environment type of the

Protection group

oracle_params (OracleParams2): Specifies 3 Maps required to fill pfile

text box.

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.