Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Policy ¶
type Policy struct { InternalName string `xml:"name,attr,omitempty" hcl:"-"` Enabled bool `xml:"enabled,attr" hcl:"enabled"` ContinueOnError bool `xml:"continueOnError,attr,omitempty" hcl:"continue_on_error"` Async bool `xml:"async,attr,omitempty" hcl:"async"` }
Policy Represents a base Policy element. Each policy type should embed a Policy.
Documentation: http://docs.apigee.com/api-services/reference/api-proxy-configuration-reference#policies
Click to show internal directories.
Click to hide internal directories.