models_v2.fallback_option module

class models_v2.fallback_option.FallbackOption(mtype=None, fixed_type_params=None)[source]

Bases: object

Implementation of the ‘FallbackOption’ model.

Specifies a fallback user id mapping param in case the primary config does not work.

Attributes:

mtype (Type1Enum): Specifies the type of the mapping. fixed_type_params (FixedTypeParams): Specifies the params for Fixed

mapping type mapping.

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.