attribute = $attribute;
}
/**
* @return GoogleCloudApigeeV1Attribute[]
*/
public function getAttribute()
{
return $this->attribute;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudApigeeV1Attributes::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Attributes');