ArrayOfRuleOperationsType
extends ArrayType
in package
Represents an array of rule operations that can be performed on an Inbox.
Table of Contents
Properties
- $CreateRuleOperation : array<string|int, CreateRuleOperationType>
- Represents an operation to create a new Inbox rule.
- $DeleteRuleOperation : array<string|int, DeleteRuleOperationType>
- Represents an operation to delete an Inbox rule.
- $SetRuleOperation : array<string|int, SetRuleOperationType>
- Represents an operation to update an Inbox rule.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$CreateRuleOperation
Represents an operation to create a new Inbox rule.
public
array<string|int, CreateRuleOperationType>
$CreateRuleOperation
= array()
Tags
$DeleteRuleOperation
Represents an operation to delete an Inbox rule.
public
array<string|int, DeleteRuleOperationType>
$DeleteRuleOperation
= array()
Tags
$SetRuleOperation
Represents an operation to update an Inbox rule.
public
array<string|int, SetRuleOperationType>
$SetRuleOperation
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed