ArrayOfProtectionRulesType
extends ArrayType
in package
Represents an array of protection rules.
Table of Contents
Properties
- $Rule : array<string|int, ProtectionRuleType>
- Contains a single protection 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
$Rule
Contains a single protection rule.
public
array<string|int, ProtectionRuleType>
$Rule
= array()
This element can occur zero or more times. This element occurs zero times when no protection rules are defined by the organization. It occurs one or more times if at least one rule is defined by the organization.
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