/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Iam
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Iam/BindingDelta.php (1486B)
action = $action;
}
public function getAction()
{
return $this->action;
}
/**
* @param Google_Service_Iam_Expr
*/
public function setCondition(Google_Service_Iam_Expr $condition)
{
$this->condition = $condition;
}
/**
* @return Google_Service_Iam_Expr
*/
public function getCondition()
{
return $this->condition;
}
public function setMember($member)
{
$this->member = $member;
}
public function getMember()
{
return $this->member;
}
public function setRole($role)
{
$this->role = $role;
}
public function getRole()
{
return $this->role;
}
}