Iot\Request\V20160530\DeviceRevokeByTopicRequest::setGrantType PHP Метод

setGrantType() публичный Метод

public setGrantType ( $grantType )
    public function setGrantType($grantType)
    {
        $this->grantType = $grantType;
        $this->queryParameters["GrantType"] = $grantType;
    }