ContactTypeRule¶
-
class
oci.osp_gateway.models.
ContactTypeRule
(**kwargs)¶ Bases:
object
Contact type rule information
Methods
__init__
(**kwargs)Initializes a new ContactTypeRule object with values from keyword arguments. Attributes
fields
[Required] Gets the fields of this ContactTypeRule. -
__init__
(**kwargs)¶ Initializes a new ContactTypeRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: fields (list[oci.osp_gateway.models.Field]) – The value to assign to the fields property of this ContactTypeRule.
-
fields
¶ [Required] Gets the fields of this ContactTypeRule. Contact type rule fields
Returns: The fields of this ContactTypeRule. Return type: list[oci.osp_gateway.models.Field]
-