> + */ > +package org.jclouds.rackspace.autoscale.v1.domain; > + > +import static com.google.common.base.Preconditions.checkNotNull; > + > +import java.beans.ConstructorProperties; > +import java.util.Map; > + > +import org.jclouds.javax.annotation.Nullable; > + > +import com.google.common.base.Objects; > +import com.google.common.base.Objects.ToStringHelper; > +import com.google.common.collect.ImmutableMap; > + > +/** > + * An Autoscale Webhook for a specific group and policy.
Auto Scale or Autoscale?? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/76/files#r8945691